Files
AndroidJetpack/CoinCap/.github/ci-gradle.properties
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

12 lines
391 B
Properties

org.gradle.daemon=false
org.gradle.parallel=true
org.gradle.workers.max=2
kotlin.incremental=false
kotlin.compiler.execution.strategy=in-process
# Controls KotlinOptions.allWarningsAsErrors.
# This value used in CI and is currently set to false.
# If you want to treat warnings as errors locally, set this property to true
# in your ~/.gradle/gradle.properties file.
warningsAsErrors=false