All user facing components are renamed to Develocity #673
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.
This PR may seem daunting but I've broken it up into several very focused commits that should be easy to follow. I suggest stepping through one commit at a time.
Important
All changes are backwards compatible. Aside from user facing text, nothing relating to Gradle Enterprise was removed.
When using the legacy
--enable-gradle-enterprise
,--gradle-enterprise-server
, orgradle-enterprise-x-build-validation
distribution, a deprecation warning will be displayed in the experiment summary.--enable-gradle-enterprise
and--gradle-enterprise-server
are no longer displayed in the--help
text, although it's still possible to use them.-s
is now an alias for--develocity-server
and-e
is now an alias for--enable-develocity
.In the case where both a Gradle Enterprise and Develocity parameter are used, the Develocity parameter will take precedence. This is true for both the GitHub Actions workflows and the command line arguments.
The build now produces 4 distributions. For each build tool there is a Develocity and Gradle Enterprise distribution. A GitHub release will release all 4 artifacts.