Skip to content

Commit

Permalink
Also enable parallel compilation and caching
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 15, 2024
1 parent 7e04c46 commit 7dcf79c
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
@@ -1,2 +1,8 @@
# Execute tasks in parallel
org.gradle.parallel=true

# Use Gradle's Build Cache
org.gradle.caching=true

# Increase Gradle's available memory to 3G
org.gradle.jvmargs=-Xmx3G

0 comments on commit 7dcf79c

Please sign in to comment.