Skip to content

Commit f67d1e9

Browse files
refactor: Only publish build scans if authenticated
Use this link to re-run the recipe: https://app.moderne.io/recipes/builder/kLJjXlflM?organizationId=T3BlblJld3JpdGU%3D Co-authored-by: Moderne <[email protected]>
1 parent 60cff4b commit f67d1e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

settings.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ develocity {
3030
fileFingerprints = true
3131
}
3232

33+
publishing {
34+
onlyIf {
35+
authenticated
36+
}
37+
}
38+
3339
uploadInBackground = !isCiServer
3440
}
3541
}

0 commit comments

Comments
 (0)