Skip to content

Commit

Permalink
Merge pull request #37238 from gsmet/only-store-if-key-around
Browse files Browse the repository at this point in the history
Build cache - Only store if the access key is around
  • Loading branch information
gsmet committed Nov 21, 2023
2 parents 43b9cd6 + e45dec6 commit 5fd4f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mvn/gradle-enterprise.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</local>
<remote>
<enabled>true</enabled>
<storeEnabled>#{env['CI'] != null}</storeEnabled>
<storeEnabled>#{env['CI'] != null and env['GRADLE_ENTERPRISE_ACCESS_KEY'] != null and env['GRADLE_ENTERPRISE_ACCESS_KEY'] != ''}</storeEnabled>
</remote>
</buildCache>
</gradleEnterprise>

0 comments on commit 5fd4f01

Please sign in to comment.