Skip to content

Commit

Permalink
Added gradle properties for configuration cache, parallel builds and …
Browse files Browse the repository at this point in the history
…build cache
  • Loading branch information
dosier committed Oct 20, 2023
1 parent 7f6e9e4 commit 6a1d4ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
kotlin.code.style=official
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g
org.gradle.configuration-cache=true
org.gradle.caching=true

0 comments on commit 6a1d4ab

Please sign in to comment.