File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 7
7
<extension >
8
8
<groupId >io.spring.ge.conventions</groupId >
9
9
<artifactId >gradle-enterprise-conventions-maven-extension</artifactId >
10
- <version >0.0.5 </version >
10
+ <version >0.0.7 </version >
11
11
</extension >
12
12
</extensions >
Original file line number Diff line number Diff line change 10
10
<ipAddresses >#{{'0.0.0.0'}}</ipAddresses >
11
11
</obfuscation >
12
12
</buildScan >
13
- <buildCache >
14
- <local >
15
- <enabled >true</enabled >
16
- </local >
17
- <remote >
18
- <enabled >true</enabled >
19
- <storeEnabled ><![CDATA[ #{env['GRADLE_ENTERPRISE_CACHE_USERNAME'] != null && env['GRADLE_ENTERPRISE_CACHE_USERNAME'] != null}]]> </storeEnabled >
20
- <server >
21
- <credentials >
22
- <username >${env.GRADLE_ENTERPRISE_CACHE_USERNAME}</username >
23
- <password >${env.GRADLE_ENTERPRISE_CACHE_PASSWORD}</password >
24
- </credentials >
25
- </server >
26
- </remote >
27
- </buildCache >
28
13
</gradleEnterprise >
You can’t perform that action at this time.
0 commit comments