Skip to content

Commit

Permalink
gradle.properties: Allow more heap for compiling and do it in parallel.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOltmann committed Dec 24, 2022
1 parent 8dd11f2 commit c96fe26
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,2 +1,6 @@
# Logging
kotlin.code.style=official
org.gradle.caching=true
org.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options\="-Xmx4096M"
org.gradle.logging.level=INFO
org.gradle.parallel=true

0 comments on commit c96fe26

Please sign in to comment.