Skip to content

Commit b591833

Browse files
committed
- upgradesCI and tooling to java 17
1 parent 0a347fc commit b591833

File tree

10 files changed

+317
-219
lines changed

10 files changed

+317
-219
lines changed

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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: Detect Secrets
@@ -63,7 +63,7 @@ jobs:
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

.github/workflows/preview-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up JDK
2828
uses: actions/setup-java@v2
2929
with:
30-
java-version: '16'
30+
java-version: 17
3131
distribution: 'adopt'
3232
cache: gradle
3333
- name: Download File

android/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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
@@ -19,7 +19,7 @@
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
2323
org.gradle.parallel=true
2424
org.gradle.caching=true
2525

333 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

android/gradlew

Lines changed: 153 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)