We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a9873 commit 0c2b822Copy full SHA for 0c2b822
build.gradle.kts
@@ -9,7 +9,7 @@ description = "Experiments with Java"
9
10
allprojects {
11
group = "io.github.mfvanek"
12
- version = "0.3.0"
+ version = "0.3.1"
13
14
repositories {
15
mavenLocal()
@@ -19,7 +19,7 @@ allprojects {
19
20
tasks {
21
wrapper {
22
- gradleVersion = "8.12"
+ gradleVersion = "8.12.1"
23
}
24
25
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments