btilbrook-nextfaze
06/20/2017, 11:53 PM1.1.3-eap-85
and `com.android.tools.build:gradle:3.0.0-alpha4`:
./gradlew -Pkotlin.incremental=false clean assembleRelease
./gradlew -Pkotlin.incremental=false assembleRelease // Prints "Using kotlin incremental compilation"
My goal is to disable it for CI builds, preferably without having to configure the CI environment globally by using special ~/.gradle/gradle.properties
configuration.restioson
06/21/2017, 9:13 AMclean
? IIRC travis starts you with a clean build dir, if you're using thatbtilbrook-nextfaze
06/21/2017, 10:49 PM