Skip to content

Commit 7281535

Browse files
committed
update to newer versions
1 parent 65ed895 commit 7281535

File tree

19 files changed

+323
-238
lines changed

19 files changed

+323
-238
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("dev.architectury.loom")
55
id("architectury-plugin")
66
id("me.modmuss50.mod-publish-plugin")
7-
id("com.github.johnrengelman.shadow")
7+
id("com.gradleup.shadow")
88
}
99

1010
val minecraft = stonecutter.current.version

gradle/wrapper/gradle-wrapper.jar

-16.3 KB
Binary file not shown.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
4-
networkTimeout=10000
5-
validateDistributionUrl=true
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
64
zipStoreBase=GRADLE_USER_HOME
75
zipStorePath=wrapper/dists

gradlew

Lines changed: 115 additions & 188 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)