Skip to content

Commit

Permalink
Allow overriding cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
clayburn committed Jan 23, 2024
1 parent e1ab4cf commit bfaae74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .mvn/gradle-enterprise-custom-user-data.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
def develocityBuildCacheDir = System.getenv('DEVELOCITY_BUILD_CACHE_DIR')
if (develocityBuildCacheDir) {
buildCache.local.directory = new File(develocityBuildCacheDir)
}

0 comments on commit bfaae74

Please sign in to comment.