mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-04-04 20:34:16 +02:00
Fix init script
This commit is contained in:
parent
3d086716e5
commit
fd2c1e0406
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ if (GradleVersion.current() < GradleVersion.version('6.0')) {
|
|||
ext.server = geUrl
|
||||
ext.allowUntrustedServer = geAllowUntrustedServer
|
||||
ext.buildScan.publishAlways()
|
||||
ext.buildScan.uploadInBackground = false
|
||||
ext.buildScan.uploadInBackground = buildScanUploadInBackground
|
||||
ext.buildScan.value CI_AUTO_INJECTION_CUSTOM_VALUE_NAME, CI_AUTO_INJECTION_CUSTOM_VALUE_VALUE
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue