File tree Expand file tree Collapse file tree 8 files changed +165
-116
lines changed
Expand file tree Collapse file tree 8 files changed +165
-116
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/setup-java@v2
1919 with :
2020 distribution : ' adopt'
21- java-version : 16
21+ java-version : 17
2222 - name : Setup Android SDK
2323 uses :
android-actions/[email protected] 2424 - name : Add execution right to the script
Original file line number Diff line number Diff line change 1919 - name : Set up JDK
2020 uses : actions/setup-java@v2
2121 with :
22- java-version : ' 16 '
22+ java-version : ' 17 '
2323 distribution : ' adopt'
2424 cache : gradle
2525 - name : Easy detect-secrets
6363 - name : Set up JDK
6464 uses : actions/setup-java@v2
6565 with :
66- java-version : ' 16 '
66+ java-version : ' 17 '
6767 distribution : ' adopt'
6868 cache : gradle
6969 - name : Download Current Build
Original file line number Diff line number Diff line change 2626 - name : Set up JDK
2727 uses : actions/setup-java@v2
2828 with :
29- java-version : ' 16 '
29+ java-version : ' 17 '
3030 distribution : ' adopt'
3131 cache : gradle
3232 - name : Easy detect-secrets
5858 - name : Set up JDK
5959 uses : actions/setup-java@v2
6060 with :
61- java-version : ' 16 '
61+ java-version : ' 17 '
6262 distribution : ' adopt'
6363 cache : gradle
6464 - name : Easy detect-secrets
Original file line number Diff line number Diff line change 99
1010# Specifies the JVM arguments used for the daemon process.
1111# The setting is particularly useful for tweaking memory settings.
12- # Default value: -Xmx10248m -XX:MaxPermSize=256m
13- # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX: +HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
12+ # Default value: -Xmx10248m
13+ # org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
1414
1515# When configured, Gradle will run in incubating parallel mode.
1616# This option should only be used with decoupled projects. More details, visit
1919
2020# The size of the library demands a large amount of RAM to build. Increase as necessary if you get GC errors
2121# # linux requires 10G, OSX requires 11G
22- org.gradle.jvmargs =-XX:MaxPermSize=512m - Xmx2g
22+ org.gradle.jvmargs =-Xmx2g
2323org.gradle.parallel =true
2424org.gradle.caching =true
2525
Original file line number Diff line number Diff line change 99
1010# Specifies the JVM arguments used for the daemon process.
1111# The setting is particularly useful for tweaking memory settings.
12- # Default value: -Xmx10248m -XX:MaxPermSize=256m
13- # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX: +HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
12+ # Default value: -Xmx10248m
13+ # org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
1414
1515# When configured, Gradle will run in incubating parallel mode.
1616# This option should only be used with decoupled projects. More details, visit
1919
2020# The size of the library demands a large amount of RAM to build. Increase as necessary if you get GC errors
2121# # linux requires 10G, OSX requires 11G
22- org.gradle.jvmargs =-XX:MaxPermSize=512m - Xmx2g
22+ org.gradle.jvmargs =-Xmx2g
2323org.gradle.parallel =true
2424org.gradle.caching =true
2525
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments