We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a256d5 commit ee22e10Copy full SHA for ee22e10
1 file changed
settings.gradle.kts
@@ -39,7 +39,7 @@ val enableEts = run {
39
if (providers.gradleProperty("enableEts").isPresent) {
40
providers.gradleProperty("enableEts").get().isTrue()
41
} else {
42
- localProperties.getProperty("enableEts").isTrue()
+ localProperties.getProperty("enableEts", "false").isTrue()
43
}
44
45
if (enableEts) {
0 commit comments