Skip to content

Commit 559c0c2

Browse files
committed
chore: bump gradle wrapper to 9.5.1
1 parent 57c4b89 commit 559c0c2

5 files changed

Lines changed: 17 additions & 23 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
2+
13
plugins {
24
id("com.eignex.kmp") version "1.2.1"
35
kotlin("plugin.serialization") version "2.3.20"
@@ -8,6 +10,7 @@ eignexPublish {
810
githubRepo.set("Eignex/kencode")
911
}
1012

13+
@OptIn(ExperimentalWasmDsl::class)
1114
kotlin {
1215
jvm()
1316
js(IR) { browser(); nodejs() }

gradle/wrapper/gradle-wrapper.jar

2.76 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
44
networkTimeout=10000
5+
retries=0
6+
retryBackOffMs=500
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME
79
zipStorePath=wrapper/dists

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)