Skip to content

Commit 8c30c83

Browse files
- CHG: Gradle updated to 9.0.0.
1 parent 0da9d13 commit 8c30c83

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ plugins {
22
id 'java'
33
}
44

5-
group 'uk.ac.hutton.germinate.brapi'
6-
version '4.9.0'
5+
group = 'uk.ac.hutton.germinate.brapi'
6+
version = '4.9.0'
77

88
java {
99
sourceCompatibility = JavaVersion.VERSION_21
@@ -12,10 +12,10 @@ java {
1212
repositories {
1313
mavenCentral()
1414
maven {
15-
url 'https://repo.spring.io/plugins-release/'
15+
url = 'https://repo.spring.io/plugins-release/'
1616
}
1717
maven {
18-
url 'https://maven.imagej.net/content/repositories/public/'
18+
url = 'https://maven.imagej.net/content/repositories/public/'
1919
}
2020
}
2121

gradle/wrapper/gradle-wrapper.jar

1.96 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.8-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: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)