Skip to content

Commit f0ef7b7

Browse files
authored
Merge pull request #798 from gradle/erichaagdev/disable-gradle-background-upload
Background Build Scan publication is always disabled for Gradle
2 parents 43e9363 + 2f01ea9 commit f0ef7b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/scripts/lib/gradle.sh

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ invoke_gradle() {
4141
-Ddevelocity.build-validation.runId="${RUN_ID}"
4242
-Ddevelocity.build-validation.runNum="${run_num}"
4343
-Ddevelocity.build-validation.scriptsVersion="${SCRIPT_VERSION}"
44+
-Ddevelocity.build-scan.upload-in-background=false
4445
-Ddevelocity.capture-file-fingerprints=true
4546
-Dpts.enabled=false
4647
)

release/changes.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
> The distributions of the Develocity Build Validation Scripts prefixed with `gradle-enterprise` are deprecated and will be removed in a future release. Migrate to the distributions prefixed with `develocity` instead.
33
44
- [FIX] Successful exit code returned when performance characteristics are unknown and `--fail-if-not-fully-cacheable` is used
5+
- [FIX] Gradle experiments do not disable background Build Scan publication
56
- [FIX] Common Custom User Data Gradle plugin not injected for Gradle builds

0 commit comments

Comments
 (0)