Skip to content

Commit

Permalink
Specified GRADLE_OPTS for faster Gradle builds (#574)
Browse files Browse the repository at this point in the history
Should slightly improve start-up time.
  • Loading branch information
freemanjp authored Jun 2, 2019
1 parent 2d0ff93 commit 712e65b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,8 @@
# -Xverify:none disables class verification; not something you should
# ever use in production (or on your CI) but ok for local development.
MAVEN_OPTS: '-XX:TieredStopAtLevel=1 -Xverify:none'
# Affects the Gradle client not the Gradle server
GRADLE_OPTS: '-Xmx64m -XX:TieredStopAtLevel=1 -Xverify:none'

# Install Antigen Zsh shell enhancements
- role: gantsign.antigen
Expand Down

0 comments on commit 712e65b

Please sign in to comment.