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:
Yahor Berdnikau
2022-01-25 14:30:03 +01:00
parent 26a970bd1e
commit 34ca38d1a0
+2 -1
View File
@@ -1,5 +1,6 @@
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