Skip to content

Commit

Permalink
Disable publishing to Gradle Enterprise for local (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Jan 23, 2024
1 parent 5751bc5 commit c5b441e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
gradleEnterprise {
server = 'https://ge.grails.org'
buildScan {
publishAlways()
publishAlwaysIf(System.getenv('CI') == 'true')
publishIfAuthenticated()
uploadInBackground = System.getenv("CI") == null
capture {
Expand All @@ -28,4 +28,4 @@ buildCache {
}
}}

rootProject.name = 'spring-security-oauth2'
rootProject.name = 'spring-security-oauth2'

0 comments on commit c5b441e

Please sign in to comment.