Skip to content

Commit 2186a39

Browse files
Merge pull request #213 from gradle/tb/dv-extension-upgrade
Upgrade to Develocity Maven Extension version 1.21
2 parents dee1c3e + 74dc25c commit 2186a39

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ build/
66
target/
77
*.DS_Store
88
/dependency-reduced-pom.xml
9-
/.mvn/.gradle-enterprise/gradle-enterprise-workspace-id
9+
/.mvn/.develocity/develocity-workspace-id
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
22

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">
66
<server>
77
<url>https://ge.solutions-team.gradle.com</url>
88
<allowUntrusted>false</allowUntrusted>
99
</server>
1010
<buildScan>
11-
<capture>
12-
<goalInputFiles>true</goalInputFiles>
13-
</capture>
1411
<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>
1717
<obfuscation>
1818
<ipAddresses>#{{'0.0.0.0'}}</ipAddresses>
1919
</obfuscation>
@@ -26,4 +26,4 @@
2626
<storeEnabled>#{isTrue(env['GITHUB_ACTIONS']) and isTrue(env['GRADLE_ENTERPRISE_ACCESS_KEY'])}</storeEnabled>
2727
</remote>
2828
</buildCache>
29-
</gradleEnterprise>
29+
</develocity>

Diff for: .mvn/extensions.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<extensions>
33
<extension>
44
<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>
77
</extension>
88
<extension>
99
<groupId>com.gradle</groupId>

0 commit comments

Comments
 (0)