Skip to content

Commit

Permalink
Use updated shadow plugin (GradleUp/shadow#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesdevelopment committed Aug 12, 2024
1 parent 16cf92c commit 0a26ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ allprojects {
}

apply(plugin = "java")
apply(plugin = "io.github.goooler.shadow")
apply(plugin = "com.gradleup.shadow")

dependencies {
compileOnly(rootProject.libs.lombok)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ libby = "2.0.0-SNAPSHOT"

[plugins]
indra-git = "net.kyori.indra.git:3.1.3"
shadow = "io.github.goooler.shadow:8.1.8"
shadow = "com.gradleup.shadow:8.3.0"

[libraries]
netty = { module = "io.netty:netty-all", version.ref = "netty" }
Expand Down

0 comments on commit 0a26ceb

Please sign in to comment.