Skip to content

Commit 1b398ff

Browse files
committed
Update gradle plugins
1 parent dbb671d commit 1b398ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
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
}

settings.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ dependencyResolutionManagement {
1212

1313
pluginManagement {
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
}

0 commit comments

Comments
 (0)