Skip to content

Commit b93a317

Browse files
committed
try in gradle properties
1 parent 603a026 commit b93a317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
# Build and publish locally for the test app to find the SNAPSHOT version
240240
- name: Build ${{ env.PACKAGE_NAME }}
241241
run: |
242-
./gradlew :android:crt:build -Dorg.gradle.jvmargs="-Xmx2g"
242+
./gradlew :android:crt:build
243243
./gradlew -PnewVersion="1.0.0-SNAPSHOT" :android:crt:publishToMavenLocal
244244
# Setup files required by test app for Device Farm testing
245245
- name: Setup Android Test Files

android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
77
# Specifies the JVM arguments used for the daemon process.
88
# The setting is particularly useful for tweaking memory settings.
9-
org.gradle.jvmargs=-Xmx1536m
9+
org.gradle.jvmargs=-Xmx2g
1010
# When configured, Gradle will run in incubating parallel mode.
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects

0 commit comments

Comments
 (0)