Skip to content

Commit

Permalink
chore(build): Migrate to Develocity Build Cache Connector (#702)
Browse files Browse the repository at this point in the history
To simplify cache management with  the [Develocity cache connector](https://docs.gradle.com/enterprise/gradle-plugin/#using_the_develocity_connector)
  • Loading branch information
puneetbehl authored Mar 6, 2024
1 parent c5b6de2 commit 124b1a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gradleEnterprise {
taskInputFiles = true
}
}

}

buildCache {
Expand All @@ -21,8 +22,8 @@ buildCache {
def isAuthenticated = System.getenv('GRADLE_ENTERPRISE_ACCESS_KEY')
push = System.getenv('CI') == 'true' && isAuthenticated
enabled = true
}}

}
}

// core
include "grails-datastore-gorm-bson"
Expand Down

0 comments on commit 124b1a0

Please sign in to comment.