Title
c

carrot

02/11/2017, 9:29 PM
Hi all, is there a way to turn off the Kotlin compiler daemon with a Gradle property or something? It doesn't play nicely with CI it seems
m

mg6maciej

02/11/2017, 10:05 PM
carrot:
org.gradle.daemon=false
in gradle.properties maybe.
c

carrot

02/11/2017, 10:18 PM
That does prevent the Gradle daemon from running, but the Kotlin compiler seems to do something different: https://gist.github.com/CarrotCodes/03481cd44b454a76de090902609fed9f
That's with "./gradlew test -PBUILD_NUMBER=42 -PBRANCH=develop --no-daemon"