Skip to content

Commit 317981a

Browse files
authored
Update Develocity server URL to Apache version
1 parent 7bb5e77 commit 317981a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/testapp1/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def isLocal = !isCI
88
def isAuthenticated = System.getenv('DEVELOCITY_ACCESS_KEY') != null
99

1010
develocity {
11-
server = 'https://ge.grails.org'
11+
server = 'https://develocity.apache.org'
1212
buildScan {
1313
tag('grails-plugins')
1414
tag('grails-mail')
@@ -32,4 +32,4 @@ includeBuild('../../../grails-mail') {
3232
dependencySubstitution {
3333
substitute module('org.grails.plugins:grails-mail') using project(':')
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)