File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 uses : actions/setup-java@v5
1414 with :
1515 distribution : ' zulu'
16- java-version : ' 21 '
16+ java-version : ' 17 '
1717
1818 - uses : gradle/actions/setup-gradle@v5
1919
3939 - uses : actions/setup-java@v5
4040 with :
4141 distribution : ' zulu'
42- java-version : ' 21 '
42+ java-version : ' 17 '
4343
4444 - uses : gradle/actions/setup-gradle@v5
4545
Original file line number Diff line number Diff line change 3636 uses : actions/setup-java@v5
3737 with :
3838 distribution : ' zulu'
39- java-version : ' 21 '
39+ java-version : ' 17 '
4040
4141 - uses : gradle/actions/setup-gradle@v5
4242
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: "com.android.application"
22apply plugin : " com.ibotta.gradle.aop"
33
44kotlin {
5- jvmToolchain(21 )
5+ jvmToolchain(17 )
66}
77
88android {
You can’t perform that action at this time.
0 commit comments