We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291fafc commit a17a166Copy full SHA for a17a166
settings.gradle
@@ -8,7 +8,7 @@ def isLocal = !isCI
8
def isAuthenticated = System.getenv('GRAILS_DEVELOCITY_ACCESS_KEY') != null
9
10
develocity {
11
- server = 'https://ge.grails.org'
+ server = 'https://ge.apache.org'
12
buildScan {
13
tag('grails')
14
tag('grails-data-mapping')
0 commit comments