Skip to content

Commit

Permalink
Build cache - Only store if the access key is around
Browse files Browse the repository at this point in the history
(cherry picked from commit e45dec6)
  • Loading branch information
gsmet committed Nov 21, 2023
1 parent da6ec38 commit 6a23739
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 6a23739

Please sign in to comment.