Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from gradle-enterprise to develocity plugin #5318

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jprinet
Copy link
Contributor

@jprinet jprinet commented Jun 17, 2024

Along with Develocity 2024.1, the plugin id has been migrated to com.gradle:develocity-gradle-plugin.
The previous API is still compatible but using it with the new plugin version leads to deprecation warnings.

This PR upgrades the plugin and adjust the configuration to the new develocity extension

@jprinet
Copy link
Contributor Author

jprinet commented Jun 17, 2024

cc @CristianGM

isBuildLogging = true
isUploadInBackground = true
buildLogging = true
uploadInBackground = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be conditioned on being a local build. but this is not a regression.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I leave it to the maintainers to decide whether to introduce this change here or not

…velocity.settings.gradle.kts

Co-authored-by: Nelson Osacky <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants