[bot] Update dist directory

This commit is contained in:
bigdaz
2024-05-15 22:50:56 +00:00
committed by github-actions[bot]
parent 500e0ee5b3
commit cd560aa3ad
10 changed files with 1031 additions and 221 deletions

View File

@@ -90053,6 +90053,12 @@ class BuildScanConfig {
getBuildScanTermsOfUseAgree() {
return this.getTermsOfUseProp('build-scan-terms-of-use-agree', 'build-scan-terms-of-service-agree');
}
getDevelocityAccessKey() {
return core.getInput('develocity-access-key') || process.env['DEVELOCITY_ACCESS_KEY'] || '';
}
getDevelocityTokenExpiry() {
return core.getInput('develocity-token-expiry');
}
verifyTermsOfUseAgreement() {
if ((this.getBuildScanTermsOfUseUrl() !== 'https://gradle.com/terms-of-service' &&
this.getBuildScanTermsOfUseUrl() !== 'https://gradle.com/help/legal-terms-of-use') ||

File diff suppressed because one or more lines are too long