Skip to content

Commit

Permalink
Gradle enable Parallel Configuration Cache
Browse files Browse the repository at this point in the history
Signed-off-by: Gopal S Akshintala <[email protected]>
  • Loading branch information
overfullstack committed Nov 27, 2024
1 parent b08c0ed commit bd3259e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
# http://www.apache.org/licenses/LICENSE-2.0
####################################################################################################

org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
org.gradle.configuration-cache.problems=warn
org.gradle.parallel=true
org.gradle.jvmargs=-XX:+UseParallelGC

moshix.generateProguardRules=false
Expand Down

0 comments on commit bd3259e

Please sign in to comment.