Skip to content

Commit

Permalink
Remove Gradle memory changes from CI setup
Browse files Browse the repository at this point in the history
The main Gradle file now sets this up correctly.

Signed-off-by: Danny Baumann <[email protected]>
  • Loading branch information
maniac103 committed Aug 14, 2024
1 parent 4f372df commit bb0c276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Configure Gradle
run: |
mkdir -p ~/.gradle/
echo -e "org.gradle.jvmargs=-Xmx8192M\nmapsApiKey=AIzaSyA2t2893e9wccs9EnlnauJRgtqFNYQSp-o\norg.gradle.daemon=false" >> ~/.gradle/gradle.properties
echo -e "mapsApiKey=AIzaSyA2t2893e9wccs9EnlnauJRgtqFNYQSp-o\norg.gradle.daemon=false" >> ~/.gradle/gradle.properties
- name: Build
run: ./gradlew :mobile:assemble${{ matrix.flavor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Configure Gradle
run: |
mkdir -p ~/.gradle/
echo -e "org.gradle.jvmargs=-Xmx8192M\nmapsApiKey=AIzaSyA2t2893e9wccs9EnlnauJRgtqFNYQSp-o\norg.gradle.daemon=false" >> ~/.gradle/gradle.properties
echo -e "mapsApiKey=AIzaSyA2t2893e9wccs9EnlnauJRgtqFNYQSp-o\norg.gradle.daemon=false" >> ~/.gradle/gradle.properties
- name: Build APK
run: bash gradlew :mobile:assembleFull${{ env.releaseFlavor }}Release
Expand Down

0 comments on commit bb0c276

Please sign in to comment.