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

Upgrade to Develocity extension 1.21 #16

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

jprinet
Copy link
Contributor

@jprinet jprinet commented Apr 5, 2024

I also upgraded the project version to 1.1.0-SNAPSHOT

gradleEnterpriseApi.getBuildScan().publishOnFailureIf(false);
gradleEnterpriseApi.getBuildCache().getLocal().setEnabled(false);
gradleEnterpriseApi.getBuildCache().getRemote().setEnabled(false);
develocityApi.getBuildScan().getPublishing().onlyIf(context -> !context.getBuildResult().getFailures().isEmpty());
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure we want to do that. We really don't want anything published for these projects, even in the case of failure (the failure will be reported in the actual module).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Correct, I fixed it

@jprinet jprinet marked this pull request as ready for review April 5, 2024 10:21
@gsmet gsmet merged commit 13c1d6f into quarkusio:main Apr 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants