File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 // version must be manually kept in sync with the one in root project settings.gradle.kts
11- implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.1.0 " )
11+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.3.1 " )
1212
1313 // A nice no-conflict comment for patching in downgrading
1414}
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ dependencyResolutionManagement {
1212
1313pluginManagement {
1414 plugins {
15- id(" com.gradleup.shadow" ) version " 9.1.0 "
16- id(" net.kyori.blossom" ) version " 2.1 .0"
17- id(" org.jetbrains.gradle.plugin.idea-ext" ) version " 1.2 "
15+ id(" com.gradleup.shadow" ) version " 9.3.1 "
16+ id(" net.kyori.blossom" ) version " 2.2 .0"
17+ id(" org.jetbrains.gradle.plugin.idea-ext" ) version " 1.3 "
1818
1919 // A nice no-conflict comment for patching in downgrading
2020 }
You can’t perform that action at this time.
0 commit comments