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 80a632b commit 09a8409Copy full SHA for 09a8409
buildSrc/build.gradle.kts
@@ -11,6 +11,6 @@ repositories {
11
}
12
13
dependencies {
14
- implementation("org.gradle:gradle-tooling-api:8.2-20230323083057+0000")
15
- implementation("org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r")
+ implementation("org.gradle:gradle-tooling-api:9.0.0")
+ implementation("org.eclipse.jgit:org.eclipse.jgit:7.3.0.202506031305-r")
16
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.0-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments