File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2323 uses : actions/setup-java@v3
2424 with :
2525 distribution : ' zulu'
26- java-version : ' 21 '
26+ java-version : ' 17 '
2727
2828 - name : Upload Artifacts
2929 run : ./gradlew publishAllPublicationsToMavenCentralRepository --no-daemon --no-parallel
5151 uses : actions/setup-java@v3
5252 with :
5353 distribution : ' zulu'
54- java-version : ' 21 '
54+ java-version : ' 17 '
5555 - name : Run tests
5656 uses : reactivecircus/android-emulator-runner@v2
5757 with :
Original file line number Diff line number Diff line change 2020 uses : actions/setup-java@v3
2121 with :
2222 distribution : ' zulu'
23- java-version : ' 21 '
23+ java-version : ' 17 '
2424 - name : Build sample
2525 run : |
2626 ./gradlew :affectedmoduledetector:publishToMavenLocal
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ plugins {
99apply from : rootProject. file(" gradle/jacoco.gradle" )
1010
1111java {
12- sourceCompatibility = JavaVersion . VERSION_21
13- targetCompatibility = JavaVersion . VERSION_21
12+ sourceCompatibility = JavaVersion . VERSION_17
13+ targetCompatibility = JavaVersion . VERSION_17
1414}
1515
1616kotlin {
17- jvmToolchain(21 )
17+ jvmToolchain(17 )
1818}
1919
2020jacoco {
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ android {
3232 }
3333 }
3434 compileOptions {
35- sourceCompatibility JavaVersion . VERSION_21
36- targetCompatibility JavaVersion . VERSION_21
35+ sourceCompatibility JavaVersion . VERSION_17
36+ targetCompatibility JavaVersion . VERSION_17
3737 }
3838 kotlinOptions {
39- jvmTarget = ' 21 '
39+ jvmTarget = ' 17 '
4040 }
4141}
4242
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ android {
3030 }
3131 }
3232 compileOptions {
33- sourceCompatibility JavaVersion . VERSION_21
34- targetCompatibility JavaVersion . VERSION_21
33+ sourceCompatibility JavaVersion . VERSION_17
34+ targetCompatibility JavaVersion . VERSION_17
3535 }
3636 kotlinOptions {
37- jvmTarget = ' 21 '
37+ jvmTarget = ' 17 '
3838 }
3939}
4040
You can’t perform that action at this time.
0 commit comments