File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kotlin-jvmtarget = "20"
66kotlin-dsl-jvmtarget = " 17"
77kotlin-api-version = " 1.9"
88kotlin-lang-version = " 2.0"
9- gradle = " 8.2-rc-2 "
9+ gradle = " 8.2-rc-3 "
1010java-vendor = " GraalVM Community"
1111java-jvmArguments = " --enable-preview"
1212java-addModules = " jdk.incubator.concurrent,jdk.incubator.vector"
@@ -18,10 +18,10 @@ app-module = "dev.suresh.nativeimage"
1818githubProject = " https://github.com/sureshg/native-image-playground"
1919
2020# Gradle Dependencies Versions
21- kotlinx-kover = " 0.7.1 "
21+ kotlinx-kover = " 0.7.2 "
2222zip-prefixer = " 0.3.1"
23- ajalt-clikt = " 3.5.4 "
24- ajalt-mordant = " 2.0.0-beta13 "
23+ ajalt-clikt = " 4.0.0-RC "
24+ ajalt-mordant = " 2.0.0-beta14 "
2525ajalt-colormath = " 3.3.1"
2626dokka = " 1.8.20"
2727helidon-nima = " 4.0.0-ALPHA6"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2-rc-2 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.2-rc-3 -all.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments