Enabled parallel execution (but doesn't seem do work)

This commit is contained in:
dankito 2023-07-06 17:38:34 +02:00
parent 00b775a519
commit 0cfa714958
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
kotlin.code.style=official
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx3072m
org.gradle.parallel=true
#org.gradle.workers.max=8
kotlinVersion=1.8.20