We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56c6ea commit 8b11ad0Copy full SHA for 8b11ad0
buildSrc/build.gradle.kts
@@ -23,7 +23,7 @@ val properties = Properties().also { props ->
23
dependencies {
24
implementation(gradleApi())
25
implementation("org.ajoberstar.grgit:grgit-gradle:5.3.0")
26
- implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.3")
+ implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
27
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.7.4")
28
constraints {
29
val asmVersion = "[9.7,)"
0 commit comments