Skip to content

Commit

Permalink
Enable GE remote cache in CI (#4513)
Browse files Browse the repository at this point in the history
  • Loading branch information
leveretka authored Nov 2, 2023
1 parent c98387c commit d6d7e86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .mvn/gradle-enterprise.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@
<allowUntrusted>true</allowUntrusted>
<accessKey>${env.GRADLE_ENTERPRISE_KEY}</accessKey>
</server>
<buildCache>
<remote>
<storeEnabled>true</storeEnabled>
</remote>
<requireClean>false</requireClean>
</buildCache>
</gradleEnterprise>

0 comments on commit d6d7e86

Please sign in to comment.