Skip to content

Commit 9bc69a3

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ develocity {
1010
if (!providers.environmentVariable("CI").getOrElse("false").toBoolean()) {
1111
publishing.onlyIf { false } // only publish with explicit '--scan'
1212
}
13+
// publishing.onlyIf { providers.environmentVariable("CI").getOrElse("false").toBoolean() }
1314
}
1415
}

0 commit comments

Comments
 (0)