File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6
6
target /
7
7
* .DS_Store
8
8
/dependency-reduced-pom.xml
9
- /.mvn /.gradle-enterprise / gradle-enterprise -workspace-id
9
+ /.mvn /.develocity / develocity -workspace-id
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
3
- <gradleEnterprise
4
- xmlns =" https://www.gradle.com/gradle-enterprise -maven" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi : schemaLocation =" https://www.gradle.com/gradle-enterprise- maven https://www.gradle.com/schema/gradle-enterprise -maven.xsd" >
3
+ <develocity
4
+ xmlns =" https://www.gradle.com/develocity -maven" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : schemaLocation =" https://www.gradle.com/develocity- maven https://www.gradle.com/schema/develocity -maven.xsd" >
6
6
<server >
7
7
<url >https://ge.solutions-team.gradle.com</url >
8
8
<allowUntrusted >false</allowUntrusted >
9
9
</server >
10
10
<buildScan >
11
- <capture >
12
- <goalInputFiles >true</goalInputFiles >
13
- </capture >
14
11
<backgroundBuildScanUpload >#{isFalse(env['GITHUB_ACTIONS'])}</backgroundBuildScanUpload >
15
- <publish >ALWAYS</publish >
16
- <publishIfAuthenticated >true</publishIfAuthenticated >
12
+ <publishing >
13
+ <onlyIf >
14
+ <![CDATA[ authenticated]]>
15
+ </onlyIf >
16
+ </publishing >
17
17
<obfuscation >
18
18
<ipAddresses >#{{'0.0.0.0'}}</ipAddresses >
19
19
</obfuscation >
26
26
<storeEnabled >#{isTrue(env['GITHUB_ACTIONS']) and isTrue(env['GRADLE_ENTERPRISE_ACCESS_KEY'])}</storeEnabled >
27
27
</remote >
28
28
</buildCache >
29
- </gradleEnterprise >
29
+ </develocity >
Original file line number Diff line number Diff line change 2
2
<extensions >
3
3
<extension >
4
4
<groupId >com.gradle</groupId >
5
- <artifactId >gradle-enterprise -maven-extension</artifactId >
6
- <version >1.20.1 </version >
5
+ <artifactId >develocity -maven-extension</artifactId >
6
+ <version >1.21 </version >
7
7
</extension >
8
8
<extension >
9
9
<groupId >com.gradle</groupId >
You can’t perform that action at this time.
0 commit comments