File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
+ <gradleEnterprise
3
+ xmlns=" https://www.gradle.com/gradle-enterprise-maven" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" https://www.gradle.com/gradle-enterprise-maven https://www.gradle.com/schema/gradle-enterprise-maven.xsd" >
5
+ <server >
6
+ <url >https://ge.spring.io</url >
7
+ </server >
8
+ <buildScan >
9
+ <backgroundBuildScanUpload >false</backgroundBuildScanUpload >
10
+ <captureGoalInputFiles >true</captureGoalInputFiles >
11
+ <publishIfAuthenticated >true</publishIfAuthenticated >
12
+ <obfuscation >
13
+ <ipAddresses >#{{'0.0.0.0'}}</ipAddresses >
14
+ </obfuscation >
15
+ </buildScan >
16
+ <buildCache >
17
+ <local >
18
+ <enabled >false</enabled >
19
+ </local >
20
+ <remote >
21
+ <server >
22
+ <credentials >
23
+ <username >${env.DEVELOCITY_CACHE_USERNAME}</username >
24
+ <password >${env.DEVELOCITY_CACHE_PASSWORD}</password >
25
+ </credentials >
26
+ </server >
27
+ <enabled >false</enabled >
28
+ <storeEnabled >#{env['DEVELOCITY_CACHE_USERNAME'] != null and env['DEVELOCITY_CACHE_PASSWORD'] != null}</storeEnabled >
29
+ </remote >
30
+ </buildCache >
31
+ </gradleEnterprise >
You can’t perform that action at this time.
0 commit comments