Skip to content

Commit

Permalink
Only publish build scans if authenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jun 18, 2024
1 parent bdf1296 commit 650b657
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ develocity {
capture {
fileFingerprints = true
}

publishing {
onlyIf {
authenticated
}
}
uploadInBackground = !isCiServer
}
}

0 comments on commit 650b657

Please sign in to comment.