Skip to content

Commit 7f22e6c

Browse files
committed
Revert "Disable build cache for codeQL. (#1859)"
This reverts commit 3649820.
1 parent 0a14f83 commit 7f22e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mvn/gradle-enterprise.xml

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

0 commit comments

Comments
 (0)