We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcce3c0 commit 485a389Copy full SHA for 485a389
1 file changed
settings.gradle
@@ -7,7 +7,7 @@ def isCI = System.getenv().containsKey('CI')
7
def isLocal = !isCI
8
9
develocity {
10
- server = 'https://ge.grails.org'
+ server = 'https://develocity.apache.org'
11
buildScan {
12
tag('grails-plugins')
13
tag('grails-cache-redis')
@@ -25,4 +25,4 @@ buildCache {
25
}
26
27
rootProject.name = 'grails-cache-redis'
28
-include 'functional-tests'
+include 'functional-tests'
0 commit comments