We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb5e77 commit 317981aCopy full SHA for 317981a
1 file changed
examples/testapp1/settings.gradle
@@ -8,7 +8,7 @@ def isLocal = !isCI
8
def isAuthenticated = System.getenv('DEVELOCITY_ACCESS_KEY') != null
9
10
develocity {
11
- server = 'https://ge.grails.org'
+ server = 'https://develocity.apache.org'
12
buildScan {
13
tag('grails-plugins')
14
tag('grails-mail')
@@ -32,4 +32,4 @@ includeBuild('../../../grails-mail') {
32
dependencySubstitution {
33
substitute module('org.grails.plugins:grails-mail') using project(':')
34
}
35
-}
+}
0 commit comments