Skip to content

Commit

Permalink
remove old shadow workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsinco committed Dec 1, 2024
1 parent 6cee28c commit e29acaa
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -157,18 +157,6 @@ tasks.register<Copy>("copyJars") {
}

buildscript {
// tmp workaround for the shadow plugin + Java 21:
// https://github.com/johnrengelman/shadow/pull/876#issuecomment-1942380071
// -> No longer needed, gradleup
// configurations {
// classpath {
// resolutionStrategy {
// force("org.ow2.asm:asm:9.6")
// force("org.ow2.asm:asm-commons:9.6")
// }
// }
// }

dependencies {
classpath("io.github.z4kn4fein:semver:2.0.0")
}
Expand Down

0 comments on commit e29acaa

Please sign in to comment.