Skip to content

Commit 90339f5

Browse files
committed
Synchronise all plugins on Java 17
Minimum required GoCD version moves to 22.1.0.
1 parent 23a1af5 commit 90339f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ repositories {
2929
mavenCentral()
3030
}
3131

32+
java {
33+
sourceCompatibility = JavaVersion.VERSION_17
34+
targetCompatibility = JavaVersion.VERSION_17
35+
}
36+
3237
tasks.withType(JavaCompile).configureEach {
3338
options.release = 17
3439
}

0 commit comments

Comments
 (0)