Skip to content

Commit

Permalink
Bump shadowjar
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Dec 18, 2024
1 parent 3345a7b commit 453d298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ repositories {
}

dependencies {
implementation("gradle.plugin.com.github.johnrengelman:shadow:8.0.0")
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta4")
implementation("net.kyori:indra-common:3.1.3")
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/pq.shadow-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id("pq.java-conventions")
id("com.github.johnrengelman.shadow")
id("com.gradleup.shadow")
}

tasks {
Expand Down

0 comments on commit 453d298

Please sign in to comment.