We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fda9da commit 53ff6b2Copy full SHA for 53ff6b2
gradle/develocity.gradle
@@ -27,7 +27,7 @@ develocity {
27
buildScan {
28
uploadInBackground = !isCIBuild
29
30
- publishing.onlyIf { it.authenticated }
+ publishing.onlyIf { true }
31
obfuscation {
32
ipAddresses { addresses -> addresses.collect { address -> "0.0.0.0"} }
33
}
0 commit comments