Skip to content

Commit 73bc0b2

Browse files
authored
Update build cache URL in settings.gradle
1 parent 63e2ffb commit 73bc0b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildCache {
2222
remote(HttpBuildCache) {
2323
push = System.getenv('CI') == 'true'
2424
enabled = true
25-
url = 'https://ge.grails.org/cache/'
25+
url = 'https://develocity.apache.org/cache/'
2626
credentials {
2727
username = System.getenv('GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER')
2828
password = System.getenv('GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY')

0 commit comments

Comments
 (0)