Skip to content

Commit 9e57ac2

Browse files
committed
Update Gradle & plugins
Gradle: 8.7 -> 8.8 Gradle Galaxy: 1.1.2 -> 1.1.3 Shadow: 8.1.1 -> 8.1.7
1 parent a73ee78 commit 9e57ac2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import xyz.srnyx.gradlegalaxy.utility.*
88
plugins {
99
java
1010
`java-library`
11-
id("xyz.srnyx.gradle-galaxy") version "1.1.2"
12-
id("com.github.johnrengelman.shadow") version "8.1.1"
11+
id("xyz.srnyx.gradle-galaxy") version "1.1.3"
12+
id("io.github.goooler.shadow") version "8.1.7"
1313
}
1414

1515
setupMC("xyz.srnyx", "5.0.0", "General purpose API with tons of features")

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# Darwin, MinGW, and NonStop.
5656
#
5757
# (3) This script is generated from the Groovy template
58-
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58+
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
5959
# within the Gradle project.
6060
#
6161
# You can find Gradle at https://github.com/gradle/gradle/.

0 commit comments

Comments
 (0)