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