Skip to content

Commit bb5e770

Browse files
authored
build: switch develocity instance (#14125)
1 parent 377a048 commit bb5e770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradle.develocity' version '3.19.2'
2+
id 'com.gradle.develocity' version '4.0'
33
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1'
44
}
55

@@ -8,7 +8,7 @@ def isLocal = !isCI
88
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-core')

0 commit comments

Comments
 (0)