Skip to content

Commit b377bd6

Browse files
committed
Drop the java.toolchain version to 17, which has a Corretto LTS release
1 parent 31fd9e3 commit b377bd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SwiftKitCore/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ repositories {
2525

2626
java {
2727
toolchain {
28-
// JDK 19 is the last JDK to support Java 7
29-
languageVersion.set(JavaLanguageVersion.of(19))
28+
languageVersion.set(JavaLanguageVersion.of(17))
3029
}
3130
// Support Android 6+ (Java 7)
3231
sourceCompatibility = JavaVersion.VERSION_1_7

0 commit comments

Comments
 (0)