Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 124b1a0

Browse files
authored
chore(build): Migrate to Develocity Build Cache Connector (#702)
To simplify cache management with the [Develocity cache connector](https://docs.gradle.com/enterprise/gradle-plugin/#using_the_develocity_connector)
1 parent c5b6de2 commit 124b1a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

settings.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ gradleEnterprise {
1313
taskInputFiles = true
1414
}
1515
}
16+
1617
}
1718

1819
buildCache {
@@ -21,8 +22,8 @@ buildCache {
2122
def isAuthenticated = System.getenv('GRADLE_ENTERPRISE_ACCESS_KEY')
2223
push = System.getenv('CI') == 'true' && isAuthenticated
2324
enabled = true
24-
}}
25-
25+
}
26+
}
2627

2728
// core
2829
include "grails-datastore-gorm-bson"

0 commit comments

Comments
 (0)