Skip to content

Commit

Permalink
Only publish buildscan if authenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jun 18, 2024
1 parent f3f107e commit 637b1d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ develocity {
capture {
fileFingerprints = true
}
publishing {
onlyIf {
authenticated
}
}

uploadInBackground = !isCiServer
}
Expand Down

0 comments on commit 637b1d1

Please sign in to comment.