Skip to content

Commit 8ca1e95

Browse files
committed
Update Gradle to 9.0.
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
1 parent db19cd0 commit 8ca1e95

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ plugins {
3333
rootProject.version = JPX.VERSION
3434

3535
tasks.named<Wrapper>("wrapper") {
36-
version = "8.11"
36+
version = "9.0.0"
3737
distributionType = Wrapper.DistributionType.ALL
3838
}
3939

buildSrc/build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,3 @@ repositories {
3535
mavenLocal()
3636
gradlePluginPortal()
3737
}
38-
39-
tasks.withType<KotlinCompile> {
40-
compilerOptions {
41-
jvmTarget.set(JvmTarget.JVM_17)
42-
}
43-
}
44-
45-
configure<JavaPluginExtension> {
46-
sourceCompatibility = JavaVersion.VERSION_17
47-
targetCompatibility = JavaVersion.VERSION_17
48-
}

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

0 commit comments

Comments
 (0)