Files
kotlin-fork/buildSrc/gradle.properties
T
Yahor Berdnikau 34ca38d1a0 Fix comment in properties was not ignored by property
This lead to inable to spawn Kotlin daemon in buildSrc files compilation
2022-01-25 14:30:03 +01:00

9 lines
279 B
Properties

org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8
# Should be the same as in the main project to avoid spawning second daemon
kotlin.daemon.jvmargs=-Xmx2200m
cacheRedirectorEnabled=true
#buildSrc.kotlin.repo=https://jcenter.bintray.com
#buildSrc.kotlin.version=1.1.50