Skip to content

Commit d6d7e86

Browse files
authored
Enable GE remote cache in CI (#4513)
1 parent c98387c commit d6d7e86

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.mvn/gradle-enterprise.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@
44
<allowUntrusted>true</allowUntrusted>
55
<accessKey>${env.GRADLE_ENTERPRISE_KEY}</accessKey>
66
</server>
7+
<buildCache>
8+
<remote>
9+
<storeEnabled>true</storeEnabled>
10+
</remote>
11+
<requireClean>false</requireClean>
12+
</buildCache>
713
</gradleEnterprise>

0 commit comments

Comments
 (0)