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 679ca95Copy full SHA for 679ca95
.github/actions/prepare_env/action.yml
@@ -11,7 +11,7 @@ runs:
11
java-version: |
12
24
13
21
14
- 19
+ 17
15
cache: 'gradle'
16
- name: Set JAVA_HOME_{N}
17
shell: bash
SwiftKitCore/build.gradle
@@ -25,11 +25,11 @@ 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
+ targetCompatibility = JavaVersion.VERSION_1_7
33
34
35
dependencies {
0 commit comments