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 ecb95ae commit f8d9d8aCopy full SHA for f8d9d8a
buildSrc/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
8
}
9
10
dependencies {
11
- implementation("com.gradleup.shadow:shadow-gradle-plugin:9.1.0")
+ implementation("com.gradleup.shadow:shadow-gradle-plugin:9.2.1")
12
implementation("xyz.wagyourtail.jvmdowngrader:xyz.wagyourtail.jvmdowngrader.gradle.plugin:1.3.3")
13
14
settings.gradle.kts
@@ -5,7 +5,7 @@ pluginManagement {
5
gradlePluginPortal()
6
7
plugins {
- id("com.gradleup.shadow") version "9.1.0"
+ id("com.gradleup.shadow") version "9.2.1"
id("net.kyori.indra") version "3.2.0"
id("net.kyori.indra.git") version "3.2.0"
id("net.kyori.indra.publishing") version "3.2.0"
0 commit comments