Skip to content

Commit 53ff6b2

Browse files
authored
Testing develocity key for github (#3532)
1 parent 0fda9da commit 53ff6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/develocity.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ develocity {
2727
buildScan {
2828
uploadInBackground = !isCIBuild
2929

30-
publishing.onlyIf { it.authenticated }
30+
publishing.onlyIf { true }
3131
obfuscation {
3232
ipAddresses { addresses -> addresses.collect { address -> "0.0.0.0"} }
3333
}

0 commit comments

Comments
 (0)