We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377a048 commit bb5e770Copy full SHA for bb5e770
settings.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'com.gradle.develocity' version '3.19.2'
+ id 'com.gradle.develocity' version '4.0'
3
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1'
4
}
5
@@ -8,7 +8,7 @@ def isLocal = !isCI
8
def isAuthenticated = System.getenv().containsKey('GRAILS_DEVELOCITY_ACCESS_KEY')
9
10
develocity {
11
- server = 'https://ge.apache.org'
+ server = 'https://ge.grails.org'
12
buildScan {
13
tag('grails')
14
tag('grails-core')
0 commit comments