Revert "Disable build cache for codeQL. (#1859)"

This reverts commit 3649820686.
This commit is contained in:
mikereiche
2024-01-17 17:34:26 -08:00
parent 0a14f830ef
commit 7f22e6cb01

View File

@@ -15,7 +15,7 @@
</buildScan>
<buildCache>
<local>
<enabled>false</enabled>
<enabled>true</enabled>
</local>
<remote>
<server>
@@ -24,7 +24,7 @@
<password>${env.DEVELOCITY_CACHE_PASSWORD}</password>
</credentials>
</server>
<enabled>false</enabled>
<enabled>true</enabled>
<storeEnabled>#{env['DEVELOCITY_CACHE_USERNAME'] != null and env['DEVELOCITY_CACHE_PASSWORD'] != null}</storeEnabled>
</remote>
</buildCache>