Disable build cache for codeQL. (#1859)

Closes #1858.
This commit is contained in:
Michael Reiche
2023-10-25 16:11:09 -07:00
committed by GitHub
parent 19fddc939f
commit 3649820686

View File

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