File tree Expand file tree Collapse file tree 5 files changed +14
-29
lines changed
Expand file tree Collapse file tree 5 files changed +14
-29
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 : ' 17'
17- cache : ' gradle'
16+ java-version : ' 21'
17+
18+ - uses : gradle/actions/setup-gradle@v5
1819
1920 - name : Lint
2021 run : ./gradlew clean lint
3839 - uses : actions/setup-java@v5
3940 with :
4041 distribution : ' zulu'
41- java-version : ' 17'
42- cache : ' gradle'
42+ java-version : ' 21'
43+
44+ - uses : gradle/actions/setup-gradle@v5
4345
4446 - name : Enable KVM group perms (needed for reactivecircus/android-emulator-runner below)
4547 run : |
Original file line number Diff line number Diff line change 3636 uses : actions/setup-java@v5
3737 with :
3838 distribution : ' zulu'
39- java-version : ' 17'
40- cache : ' gradle'
39+ java-version : ' 21'
40+
41+ - uses : gradle/actions/setup-gradle@v5
4142
4243 - name : Lint & Unit Test
4344 run : ./gradlew clean lint test
Original file line number Diff line number Diff line change 77/build
88/captures
99.externalNativeBuild
10+ ajcore ** . *
1011
1112.idea
1213build
Original file line number Diff line number Diff line change 11apply plugin : " com.android.application"
22apply plugin : " com.ibotta.gradle.aop"
33
4- java {
5- toolchain {
6- languageVersion. set(JavaLanguageVersion . of(17 ))
7- }
4+ kotlin {
5+ jvmToolchain(21 )
86}
97
108android {
Original file line number Diff line number Diff line change 1- # Project-wide Gradle settings.
2-
3- # IDE (e.g. Android Studio) users:
4- # Gradle settings configured through the IDE *will override*
5- # any settings specified in this file.
6-
7- # For more details on how to configure your build environment visit
8- # http://www.gradle.org/docs/current/userguide/build_environment.html
9-
10- # Jetifier no longer needed
11- android.enableJetifier =false
12- android.useAndroidX =true
13- org.gradle.jvmargs =-Xmx1536m
14-
15- # When configured, Gradle will run in incubating parallel mode.
16- # This option should only be used with decoupled projects. More details, visit
17- # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18- # org.gradle.parallel=true
19-
1+ org.gradle.jvmargs =-Xmx8g -Dfile.encoding =UTF-8 -XX:+UseParallelGC
2+ kotlin.code.style =official
203android.newDsl =false
You can’t perform that action at this time.
0 commit comments