Skip to content

Commit fcef0f1

Browse files
committed
trigger new build.
1 parent 9bc69a3 commit fcef0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/plugins/src/main/kotlin/software.sava.gradle.report.develocity.settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ develocity {
88
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
99
termsOfUseAgree = "yes"
1010
if (!providers.environmentVariable("CI").getOrElse("false").toBoolean()) {
11-
publishing.onlyIf { false } // only publish with explicit '--scan'
11+
publishing.onlyIf { false }
1212
}
1313
// publishing.onlyIf { providers.environmentVariable("CI").getOrElse("false").toBoolean() }
1414
}

0 commit comments

Comments
 (0)