oh. This gave me an idea that I can do something l...
# announcements
d
oh. This gave me an idea that I can do something like
Copy code
before_script:
  - echo "kotlin.incremenal=false" > ~/.gradle/gradle.properties
g
But just pass property directly to Gradle should work: ./gradlew build -Pkotlin.incremental=false
d
For some reason it didn't work. Also this way I would have to modify all jobs which is kinda tedious...