Skip to content

Commit 485a389

Browse files
authored
Update Develocity server URL to Apache
1 parent bcce3c0 commit 485a389

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def isCI = System.getenv().containsKey('CI')
77
def isLocal = !isCI
88

99
develocity {
10-
server = 'https://ge.grails.org'
10+
server = 'https://develocity.apache.org'
1111
buildScan {
1212
tag('grails-plugins')
1313
tag('grails-cache-redis')
@@ -25,4 +25,4 @@ buildCache {
2525
}
2626

2727
rootProject.name = 'grails-cache-redis'
28-
include 'functional-tests'
28+
include 'functional-tests'

0 commit comments

Comments
 (0)