Skip to content

Commit

Permalink
[NO JIRA] Disable remote cache for nightly build (#4563)
Browse files Browse the repository at this point in the history
  • Loading branch information
leveretka authored Nov 21, 2023
1 parent 8178286 commit b450874
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 @@ -7,7 +7,7 @@
</server>
<buildCache>
<remote>
<enabled>true</enabled>
<enabled>#{env['CIRRUS_CRON'] != "nightly"}</enabled>
<storeEnabled>true</storeEnabled>
</remote>
<requireClean>false</requireClean>
Expand Down

0 comments on commit b450874

Please sign in to comment.