Skip to content

Commit

Permalink
Add gradle.properties for improved build performance
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mcgill committed Feb 18, 2024
1 parent ac79bb3 commit acbe6a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
org.gradle.cache.cleanup=false
org.gradle.caching=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048M
org.gradle.parallel=true
org.gradle.warning.mode=none

0 comments on commit acbe6a7

Please sign in to comment.