Join Slack
Powered by
oh. This gave me an idea that I can do something l...
# announcements
d
dimsuz
02/12/2018, 4:47 PM
oh. This gave me an idea that I can do something like
Copy code
before_script: - echo "kotlin.incremenal=false" > ~/.gradle/gradle.properties
g
gildor
02/12/2018, 4:58 PM
But just pass property directly to Gradle should work: ./gradlew build -Pkotlin.incremental=false
d
dimsuz
02/12/2018, 5:22 PM
For some reason it didn't work. Also this way I would have to modify all jobs which is kinda tedious...
6
Views
Open in Slack
Previous
Next