Skip to content

Commit 54dd8b8

Browse files
committed
Disable local and remote build cache for codeQL.
Closes #1858.
1 parent 19fddc9 commit 54dd8b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.mvn/gradle-enterprise.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<server>
66
<url>https://ge.spring.io</url>
77
</server>
8+
<!--
89
<buildScan>
910
<backgroundBuildScanUpload>false</backgroundBuildScanUpload>
1011
<captureGoalInputFiles>true</captureGoalInputFiles>
@@ -28,4 +29,5 @@
2829
<storeEnabled>#{env['DEVELOCITY_CACHE_USERNAME'] != null and env['DEVELOCITY_CACHE_PASSWORD'] != null}</storeEnabled>
2930
</remote>
3031
</buildCache>
32+
-->
3133
</gradleEnterprise>

0 commit comments

Comments
 (0)