Skip to content

Commit 914e95b

Browse files
committed
chore: Update Gradle wrapper
1 parent ae02788 commit 914e95b

File tree

5 files changed

+3
-7
lines changed

5 files changed

+3
-7
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ java {
9393
val jcyoVars = mcProps.stringPropertyNames()
9494
.filter { it.startsWith("preprocessor.") }
9595
.map { it to mcProps[it] }
96-
.associate { (key, value) -> key.substring("preprocessor.".length) to value }
96+
.associate { (key, value) -> key.substring("preprocessor.".length) to value.toString() }
9797
val jcyo = tasks.register<JcyoTask>("jcyo") {
9898
inputDirectory = file("src/main/java")
9999
variables = jcyoVars

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

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.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

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

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)