Skip to content

Commit 941ab2b

Browse files
committed
feat: upgrade gradle to v9.0.0
1 parent 42ed955 commit 941ab2b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ flywayMysql = { module = "org.flywaydb:flyway-mysql", version.ref = "flyway" }
3434

3535
# check
3636
jspecify = { module = "org.jspecify:jspecify", version.ref = "jspecify" }
37-
junitBom = { module = "org.junit.jupiter:junit-bom", version.ref = "junit" }
37+
junitBom = { module = "org.junit:junit-bom", version.ref = "junit" }
3838
junitJupiter = { module = "org.junit.jupiter:junit-jupiter" }
3939
junitPlatformLauncher = { module = "org.junit.platform:junit-platform-launcher" }
4040

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

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

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)