File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ jobs:
239
239
# Build and publish locally for the test app to find the SNAPSHOT version
240
240
- name : Build ${{ env.PACKAGE_NAME }}
241
241
run : |
242
- ./gradlew :android:crt:build -Dorg.gradle.jvmargs="-Xmx2g"
242
+ ./gradlew :android:crt:build
243
243
./gradlew -PnewVersion="1.0.0-SNAPSHOT" :android:crt:publishToMavenLocal
244
244
# Setup files required by test app for Device Farm testing
245
245
- name : Setup Android Test Files
Original file line number Diff line number Diff line change 6
6
# http://www.gradle.org/docs/current/userguide/build_environment.html
7
7
# Specifies the JVM arguments used for the daemon process.
8
8
# The setting is particularly useful for tweaking memory settings.
9
- org.gradle.jvmargs =-Xmx1536m
9
+ org.gradle.jvmargs =-Xmx2g
10
10
# When configured, Gradle will run in incubating parallel mode.
11
11
# This option should only be used with decoupled projects. More details, visit
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
You can’t perform that action at this time.
0 commit comments