Skip to content

Commit

Permalink
Update Develocity extension versions
Browse files Browse the repository at this point in the history
  • Loading branch information
clayburn authored and jeantil committed Jan 15, 2025
1 parent b16e87c commit dd9caad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dockerfiles/run/**/glowroot
.m2
test-run.log
build
.mvn/.gradle-enterprise
.mvn/.develocity
File renamed without changes.
15 changes: 8 additions & 7 deletions .mvn/gradle-enterprise.xml → .mvn/develocity.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
<gradleEnterprise>
<develocity>
<server>
<url>https://develocity.apache.org</url>
<allowUntrusted>false</allowUntrusted>
<!--
credentials provided by jenkins exposing GRADLE_ENTERPRISE_ACCESS_KEY
credentials provided by jenkins exposing DEVELOCITY_ACCESS_KEY
apache members can create their own on the server
-->
</server>
<!-- options are documented at https://docs.gradle.com/enterprise/maven-extension/#configuring_background_uploading -->
<!-- options are documented at https://docs.gradle.com/develocity/maven-extension/current/ -->
<!-- chosen values align with https://cwiki.apache.org/confluence/display/INFRA/Project+Onboarding+Instructions+for+Develocity -->
<buildScan>
<backgroundBuildScanUpload>#{isFalse(env['CI'])}</backgroundBuildScanUpload>
<publishIfAuthenticated>true</publishIfAuthenticated>
<!-- Always publish build scans for CI, only if requested locally differs from onboarding instructions -->
<publish>#{env['CI'] == null ? 'ON_DEMAND' : 'ALWAYS'}</publish>
<publishing>
<onlyIf><![CDATA[env['CI'] != null]]></onlyIf>
</publishing>
<capture>
<goalInputFiles>true</goalInputFiles>
<fileFingerprints>true</fileFingerprints>
<buildLogging>true</buildLogging>
<testLogging>true</testLogging>
</capture>
Expand Down Expand Up @@ -56,4 +57,4 @@
-->
</remote>
</buildCache>
</gradleEnterprise>
</develocity>
8 changes: 4 additions & 4 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
provides develocity related services such as
- build scans
- local and remote cache
build scans capture information see https://docs.gradle.com/enterprise/gradle-plugin/#captured_information
build scans capture information see https://docs.gradle.com/develocity/maven-extension/#captured_information
-->
<artifactId>gradle-enterprise-maven-extension</artifactId>
<version>1.20</version>
<artifactId>develocity-maven-extension</artifactId>
<version>1.22.2</version>
</extension>
<extension>
<groupId>com.gradle</groupId>
Expand All @@ -17,6 +17,6 @@
see https://github.com/gradle/common-custom-user-data-gradle-plugin
-->
<artifactId>common-custom-user-data-maven-extension</artifactId>
<version>1.12.5</version>
<version>2.0.1</version>
</extension>
</extensions>

0 comments on commit dd9caad

Please sign in to comment.