Skip to content

Background Build Scan publication is always disabled for Gradle #798

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

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

erichaagdev
Copy link
Member

This was already the case for Maven.

private static void configureBuildScanPublishing(BuildScanApiAdapter buildScan) {
buildScan.publishAlways();
buildScan.capture(t -> t.setGoalInputFiles(true)); // also set via sys prop
buildScan.setUploadInBackground(false);
}

image

https://ge.solutions-team.gradle.com/s/uy2vxghmxko6e#switches

@erichaagdev erichaagdev requested review from etiennestuder, jthurne and a team February 6, 2025 21:31
@erichaagdev erichaagdev self-assigned this Feb 6, 2025
@erichaagdev erichaagdev merged commit f0ef7b7 into main Feb 7, 2025
3 checks passed
@erichaagdev erichaagdev deleted the erichaagdev/disable-gradle-background-upload branch February 7, 2025 14:42
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.

4 participants