Skip to content

Commit ea4904f

Browse files
committed
Upgrade to version 3.3 of gradle enterprise plugin (#56243)
1 parent 07eb5c3 commit ea4904f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gradle/build-scan.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ buildScan {
4040

4141
// Jenkins-specific build scan metadata
4242
if (jenkinsUrl) {
43+
// Disable async upload in CI to ensure scan upload completes before CI agent is terminated
44+
uploadInBackground = false
45+
4346
// Parse job name in the case of matrix builds
4447
// Matrix job names come in the form of "base-job-name/matrix_param1=value1,matrix_param2=value2"
4548
def splitJobName = jobName.split('/')

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.enterprise" version "3.2"
2+
id "com.gradle.enterprise" version "3.3"
33
}
44

55
String dirName = rootProject.projectDir.name

0 commit comments

Comments
 (0)