Fix comment in properties was not ignored by property
This lead to inable to spawn Kotlin daemon in buildSrc files compilation
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8
|
org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8
|
||||||
kotlin.daemon.jvmargs=-Xmx2200m # Should be the same as in the main project to avoid spawning second daemon
|
# Should be the same as in the main project to avoid spawning second daemon
|
||||||
|
kotlin.daemon.jvmargs=-Xmx2200m
|
||||||
|
|
||||||
cacheRedirectorEnabled=true
|
cacheRedirectorEnabled=true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user