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 66c63bc commit e4a2df0
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 @@ -23,6 +23,12 @@ develocity {
fileFingerprints = true
}

publishing {
onlyIf {
authenticated
}
}

uploadInBackground = !isCiServer
}
}

0 comments on commit e4a2df0

Please sign in to comment.