Skip to content

Commit 3649820

Browse files
authored
Disable build cache for codeQL. (#1859)
Closes #1858.
1 parent 19fddc9 commit 3649820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mvn/gradle-enterprise.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</buildScan>
1616
<buildCache>
1717
<local>
18-
<enabled>true</enabled>
18+
<enabled>false</enabled>
1919
</local>
2020
<remote>
2121
<server>
@@ -24,7 +24,7 @@
2424
<password>${env.DEVELOCITY_CACHE_PASSWORD}</password>
2525
</credentials>
2626
</server>
27-
<enabled>true</enabled>
27+
<enabled>false</enabled>
2828
<storeEnabled>#{env['DEVELOCITY_CACHE_USERNAME'] != null and env['DEVELOCITY_CACHE_PASSWORD'] != null}</storeEnabled>
2929
</remote>
3030
</buildCache>

0 commit comments

Comments
 (0)