diff --git a/examples/basic-examples/build.gradle b/examples/basic-examples/build.gradle index 95f55673..c16ab6b9 100644 --- a/examples/basic-examples/build.gradle +++ b/examples/basic-examples/build.gradle @@ -1,7 +1,7 @@ plugins { id 'application' id 'com.diffplug.spotless' version '8.0.0' - id 'org.jetbrains.kotlin.jvm' version '2.3.20' + id 'org.jetbrains.kotlin.jvm' version '2.3.21' } application { diff --git a/examples/basic-examples/gradle/wrapper/gradle-wrapper.properties b/examples/basic-examples/gradle/wrapper/gradle-wrapper.properties index 66c518b7..70a96ece 100644 --- a/examples/basic-examples/gradle/wrapper/gradle-wrapper.properties +++ b/examples/basic-examples/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,8 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-all.zip networkTimeout=10000 +retries=0 +retryBackOffMs=500 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/examples/basic-examples/gradlew b/examples/basic-examples/gradlew index 739907df..b9bb139f 100755 --- a/examples/basic-examples/gradlew +++ b/examples/basic-examples/gradlew @@ -57,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/3d91ce3b8caaf77ad09f381f43615b715b53f72c/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/.