Skip to content

Commit

Permalink
HSEARCH-5094 Temporarily switch to a dedicated Develocity cache bucket
Browse files Browse the repository at this point in the history
So that we can run experiments.
  • Loading branch information
yrodiere committed Mar 1, 2024
1 parent 34644be commit 057d6e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .mvn/gradle-enterprise.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<remote>
<enabled>#{properties['no-build-cache'] == null}</enabled>
<storeEnabled>#{env['CI'] != null and env['CHANGE_ID'] == null and env['GITHUB_BASE_REF'] == null and env['GRADLE_ENTERPRISE_ACCESS_KEY'] != null and env['GRADLE_ENTERPRISE_ACCESS_KEY'] != ''}</storeEnabled>
<server>
<url>https://ge.hibernate.org/cache/hsearchtest01/</url>
</server>
</remote>
</buildCache>
</gradleEnterprise>

0 comments on commit 057d6e1

Please sign in to comment.