Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Jan 17, 2024
1 parent 3d10441 commit 038daaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
exclude(mapOf("group" to "org.codehaus.groovy"))
}
pluginsUnderTest("gradle.plugin.com.github.johnrengelman:shadow:$shadowVersion")
pluginsUnderTest("io.github.goooler:shadow:$shadowForkVersion")
pluginsUnderTest("io.github.goooler.shadow:shadow-gradle-plugin:$shadowForkVersion")

testImplementation("org.openjdk.jmh:jmh-core:$jmhVersion")
testImplementation("org.openjdk.jmh:jmh-generator-bytecode:$jmhVersion")
Expand Down Expand Up @@ -87,4 +87,4 @@ tasks.rat {
add("gradlew.bat")
add("gradle/wrapper/gradle-wrapper.properties")
}
}
}

0 comments on commit 038daaf

Please sign in to comment.