We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e2ffb commit 73bc0b2Copy full SHA for 73bc0b2
1 file changed
settings.gradle
@@ -22,7 +22,7 @@ buildCache {
22
remote(HttpBuildCache) {
23
push = System.getenv('CI') == 'true'
24
enabled = true
25
- url = 'https://ge.grails.org/cache/'
+ url = 'https://develocity.apache.org/cache/'
26
credentials {
27
username = System.getenv('GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER')
28
password = System.getenv('GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY')
0 commit comments