We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fddc9 commit 3649820Copy full SHA for 3649820
.mvn/gradle-enterprise.xml
@@ -15,7 +15,7 @@
15
</buildScan>
16
<buildCache>
17
<local>
18
- <enabled>true</enabled>
+ <enabled>false</enabled>
19
</local>
20
<remote>
21
<server>
@@ -24,7 +24,7 @@
24
<password>${env.DEVELOCITY_CACHE_PASSWORD}</password>
25
</credentials>
26
</server>
27
28
<storeEnabled>#{env['DEVELOCITY_CACHE_USERNAME'] != null and env['DEVELOCITY_CACHE_PASSWORD'] != null}</storeEnabled>
29
</remote>
30
</buildCache>
0 commit comments