Skip to content

Commit

Permalink
Enable Gradle Caching + Parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 24, 2023
1 parent 1b487f4 commit 22f27ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Enabling the Gradle build-cache is critical for performance
org.gradle.caching=true
org.gradle.parallel=true

# Also add exports for google-java-format to work in modern java
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
Expand Down

0 comments on commit 22f27ef

Please sign in to comment.