Skip to content

Commit c947d3d

Browse files
committed
build: switch develocity instance
1 parent c6a022c commit c947d3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

settings.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
plugins {
2-
id 'com.gradle.develocity' version '3.19.1'
3-
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.1'
2+
id 'com.gradle.develocity' version '4.0'
3+
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1'
44
}
55

6-
def isCI = System.getenv('CI') != null
6+
def isCI = System.getenv().containsKey('CI')
77
def isLocal = !isCI
8-
def isAuthenticated = System.getenv('GRAILS_DEVELOCITY_ACCESS_KEY') != null
8+
def isAuthenticated = System.getenv().containsKey('GRAILS_DEVELOCITY_ACCESS_KEY')
99

1010
develocity {
11-
server = 'https://ge.apache.org'
11+
server = 'https://ge.grails.org'
1212
buildScan {
1313
tag('grails')
1414
tag('grails-data-mapping')

0 commit comments

Comments
 (0)