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 31fd9e3 commit b377bd6Copy full SHA for b377bd6
SwiftKitCore/build.gradle
@@ -25,8 +25,7 @@ repositories {
25
26
java {
27
toolchain {
28
- // JDK 19 is the last JDK to support Java 7
29
- languageVersion.set(JavaLanguageVersion.of(19))
+ languageVersion.set(JavaLanguageVersion.of(17))
30
}
31
// Support Android 6+ (Java 7)
32
sourceCompatibility = JavaVersion.VERSION_1_7
0 commit comments