Conversation
Bumps com.gradle:develocity-maven-extension from 1.22.2 to 2.5.0 and com.gradle:common-custom-user-data-maven-extension from 2.0.1 to 2.4.0. Both are the current releases on Maven Central, and 2.5.0/2.4.0 is the pairing the Common Custom User Data extension is itself built and tested against. Dependabot cannot make this update: .github/dependabot.yml ignores semver-major and semver-minor updates for every dependency, so it never opened a PR for the Develocity extension (1.22.2 to 2.x is a major bump) and the open CCUD PR stops at 2.0.7. This change supersedes apache#17133. develocity.apache.org runs Develocity 2026.2.5, which supports extension versions 1.0 through 2.5.0. The build uses Maven 3.9.12 and JDK 17, above the 3.3.1 and Java 8 floors for extension 2.5.0. CCUD 2.4.0 requires the Develocity extension 1.11 or later. No change to .mvn/develocity.xml is required; every element it uses is still present in the current develocity-maven.xsd.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates both Develocity Maven extensions to their current releases.
com.gradle:develocity-maven-extensioncom.gradle:common-custom-user-data-maven-extension2.5.0 / 2.4.0 is also the exact pairing the Common Custom User Data extension is itself built and tested against.
This PR supersedes #17133, which can be closed once this merges.
This PR has:
Key changed/added classes (or packages if there are too many classes) in this PR
None — the only change is
.mvn/extensions.xml.