Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit c5b441e

Browse files
authored
Disable publishing to Gradle Enterprise for local (#64)
1 parent 5751bc5 commit c5b441e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
gradleEnterprise {
77
server = 'https://ge.grails.org'
88
buildScan {
9-
publishAlways()
9+
publishAlwaysIf(System.getenv('CI') == 'true')
1010
publishIfAuthenticated()
1111
uploadInBackground = System.getenv("CI") == null
1212
capture {
@@ -28,4 +28,4 @@ buildCache {
2828
}
2929
}}
3030

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

0 commit comments

Comments
 (0)