e4d32f3615
This is so that the new APIs added in
d50c072af0 could be used in subprojects
that depend on kotlin-build-gradle-plugin
28 lines
1019 B
Properties
28 lines
1019 B
Properties
# Decreasing Kotlin Daemon autoshutdown timeout to 30 seconds
|
|
# Currently all other modules in Kotlin repo are using custom compiler classpath
|
|
# making daemon spawned in 'buildSrc' compilation incompatible with other compilations
|
|
org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8 -Dkotlin.daemon.options=autoshutdownIdleSeconds=30
|
|
# 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
|
|
|
|
kotlin.build.gradlePlugin.version=0.0.39
|
|
kotlin.options.suppressFreeCompilerArgsModificationWarning=true
|
|
|
|
# Please keep it in sync with root gradle.properties.
|
|
# It's currently needed for proper configuration cache work, the reason will be investigated later
|
|
org.gradle.java.installations.fromEnv=\
|
|
JDK_1_6,JDK_16,\
|
|
JDK_1_7,JDK_17,\
|
|
JDK_1_8,JDK_18,\
|
|
JDK_9_0,JDK_9,\
|
|
JDK_10_0,JDK_10,\
|
|
JDK_11_0,JDK_11,\
|
|
JDK_15_0,JDK_15,\
|
|
JDK_16_0,\
|
|
JDK_17_0
|