Skip to content

Commit 91d5ed2

Browse files
committed
Update version
1 parent 6ee6817 commit 91d5ed2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frameworks/Kotlin/hexagon/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "TFB benchmark"
99
group = "com.hexagontk"
1010

1111
ext {
12-
hexagonVersion = "4.0.0-B1"
12+
hexagonVersion = "4.0.0-B2"
1313
jettyVersion = "12.0.16"
1414
nettyVersion = "4.1.117.Final"
1515

@@ -30,5 +30,5 @@ subprojects {
3030
}
3131

3232
tasks.wrapper {
33-
gradleVersion = "8.12"
33+
gradleVersion = "8.12.1"
3434
}

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

0 commit comments

Comments
 (0)