Skip to content

Commit

Permalink
refactor: Only publish build scans if authenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek and TeamModerne committed Jun 18, 2024
1 parent 8a196e2 commit 4608489
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ develocity {
fileFingerprints = true
}

publishing {
onlyIf {
authenticated
}
}

uploadInBackground = !isCiServer
}
}

0 comments on commit 4608489

Please sign in to comment.