Skip to content

Commit 637b1d1

Browse files
committed
Only publish buildscan if authenticated
1 parent f3f107e commit 637b1d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

settings.gradle.kts

+5
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ develocity {
103103
capture {
104104
fileFingerprints = true
105105
}
106+
publishing {
107+
onlyIf {
108+
authenticated
109+
}
110+
}
106111

107112
uploadInBackground = !isCiServer
108113
}

0 commit comments

Comments
 (0)