Skip to content

Commit

Permalink
Removes ci step modifying gradle.properties with extra jvmargs. (#310)
Browse files Browse the repository at this point in the history
Identical jvmargs are already defined in gradle.properties.
  • Loading branch information
Sean Amos committed Aug 14, 2020
1 parent b38254a commit 5c615db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ jobs:
key: >-
gradle-{{ checksum "/tmp/gradle_cache_seed" }}-{{ checksum
".circleci/config.yml" }}-macos
- run:
name: Set Gradle props
command: |
touch gradle.properties && echo "org.gradle.jvmargs=-Xmx2g" >> gradle.properties
- run:
name: Run Tests
command: ./gradlew macosTest iosX64Test
Expand Down

0 comments on commit 5c615db

Please sign in to comment.