Fix up the TOS URL used in tests with old DSL

This commit is contained in:
Pavlo Shevchenko 2024-03-20 09:15:37 +01:00 committed by daz
parent ae54f26235
commit 15e0996ffd
No known key found for this signature in database
8 changed files with 7 additions and 10 deletions

View File

@ -5,7 +5,7 @@ plugins {
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
uploadInBackground = false

View File

@ -5,7 +5,7 @@ plugins {
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
isUploadInBackground = false

View File

@ -3,7 +3,7 @@ plugins {
}
buildScan {
termsOfServiceUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
}

View File

@ -4,7 +4,7 @@ plugins {
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
uploadInBackground = false

View File

@ -4,7 +4,7 @@ plugins {
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
uploadInBackground = false

View File

@ -4,7 +4,7 @@ plugins {
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
uploadInBackground = false

View File

@ -27,9 +27,6 @@ function verifyTermsOfUseAgreement(): boolean {
function maybeExportVariable(variableName: string, value: unknown): void {
if (!process.env[variableName]) {
core.info(`Exporting variable ${variableName} with value ${value}`)
core.exportVariable(variableName, value)
} else {
core.info(`Variable with name ${variableName} is already set to ${process.env[variableName]}`)
}
}

View File

@ -5,7 +5,7 @@ plugins {
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
uploadInBackground = false