Upgrade Gradle Enterprise plugin to Develocity 4.3.2#1718
Open
ribafish wants to merge 3 commits intoapache:masterfrom
Open
Upgrade Gradle Enterprise plugin to Develocity 4.3.2#1718ribafish wants to merge 3 commits intoapache:masterfrom
ribafish wants to merge 3 commits intoapache:masterfrom
Conversation
- Upgrade com.gradle.enterprise 3.13.1 to com.gradle.develocity 4.3.2
- Upgrade common-custom-user-data-gradle-plugin 1.10 to 2.4.0
- Migrate from gradleEnterprise {} to develocity {} DSL
- Update server URL from ge.apache.org to develocity.apache.org
- Enable remote build cache (read-only for local builds, push on CI)
3 tasks
- GRADLE_ENTERPRISE_ACCESS_KEY → DEVELOCITY_ACCESS_KEY (matches the Develocity plugin rename in settings.gradle) - Replace actions/cache + gradle/wrapper-validation-action with gradle/actions/setup-gradle, which handles both caching and wrapper validation
Revert setup-gradle change, keep GRADLE_ENTERPRISE_ACCESS_KEY → DEVELOCITY_ACCESS_KEY rename only.
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.
Summary
com.gradle.enterprise3.13.1 →com.gradle.develocity4.3.2com.gradle.common-custom-user-data-gradle-plugin1.10 → 2.4.0gradleEnterprise {}DSL →develocity {}DSLge.apache.orgtodevelocity.apache.orgThe Gradle Enterprise plugin was renamed to Develocity in version 3.17. The old
com.gradle.enterpriseplugin ID andgradleEnterprise {}DSL are deprecated. This aligns Samza with other Apache projects (Kafka, Groovy) that have already migrated.The Develocity plugin 4.3.2 is compatible with Gradle 6.0+ and maintains full backward compatibility with the Samza build.