Skip to content

Commit d85b006

Browse files
bigdazgithub-actions[bot]
authored andcommitted
[bot] Update dist directory
1 parent a09a310 commit d85b006

File tree

8 files changed

+36
-32
lines changed

8 files changed

+36
-32
lines changed

dist/dependency-submission/main/index.js

+8-7
Original file line numberDiff line numberDiff line change
@@ -181402,22 +181402,23 @@ const short_lived_token_1 = __nccwpck_require__(7325);
181402181402
async function setup(config) {
181403181403
maybeExportVariable('DEVELOCITY_INJECTION_INIT_SCRIPT_NAME', 'gradle-actions.inject-develocity.init.gradle');
181404181404
maybeExportVariable('DEVELOCITY_AUTO_INJECTION_CUSTOM_VALUE', 'gradle-actions');
181405-
if (config.getBuildScanPublishEnabled()) {
181406-
maybeExportVariable('DEVELOCITY_INJECTION_ENABLED', 'true');
181407-
maybeExportVariable('DEVELOCITY_PLUGIN_VERSION', '3.18.2');
181408-
maybeExportVariable('DEVELOCITY_CCUD_PLUGIN_VERSION', '2.0');
181409-
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_URL', config.getBuildScanTermsOfUseUrl());
181410-
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_AGREE', config.getBuildScanTermsOfUseAgree());
181411-
}
181412181405
maybeExportVariableNotEmpty('DEVELOCITY_INJECTION_ENABLED', config.getDevelocityInjectionEnabled());
181413181406
maybeExportVariableNotEmpty('DEVELOCITY_URL', config.getDevelocityUrl());
181414181407
maybeExportVariableNotEmpty('DEVELOCITY_ALLOW_UNTRUSTED_SERVER', config.getDevelocityAllowUntrustedServer());
181415181408
maybeExportVariableNotEmpty('DEVELOCITY_CAPTURE_FILE_FINGERPRINTS', config.getDevelocityCaptureFileFingerprints());
181416181409
maybeExportVariableNotEmpty('DEVELOCITY_ENFORCE_URL', config.getDevelocityEnforceUrl());
181417181410
maybeExportVariableNotEmpty('DEVELOCITY_PLUGIN_VERSION', config.getDevelocityPluginVersion());
181411+
maybeExportVariableNotEmpty('DEVELOCITY_CCUD_PLUGIN_VERSION', config.getDevelocityCcudPluginVersion());
181418181412
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_URL', config.getGradlePluginRepositoryUrl());
181419181413
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_USERNAME', config.getGradlePluginRepositoryUsername());
181420181414
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_PASSWORD', config.getGradlePluginRepositoryPassword());
181415+
if (config.getBuildScanPublishEnabled()) {
181416+
maybeExportVariable('DEVELOCITY_INJECTION_ENABLED', 'true');
181417+
maybeExportVariable('DEVELOCITY_PLUGIN_VERSION', '3.18.2');
181418+
maybeExportVariable('DEVELOCITY_CCUD_PLUGIN_VERSION', '2.0.2');
181419+
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_URL', config.getBuildScanTermsOfUseUrl());
181420+
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_AGREE', config.getBuildScanTermsOfUseAgree());
181421+
}
181421181422
return (0, short_lived_token_1.setupToken)(config.getDevelocityAccessKey(), config.getDevelocityTokenExpiry());
181422181423
}
181423181424
function maybeExportVariable(variableName, value) {

dist/dependency-submission/main/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dependency-submission/post/index.js

+8-7
Original file line numberDiff line numberDiff line change
@@ -134730,22 +134730,23 @@ const short_lived_token_1 = __nccwpck_require__(7325);
134730134730
async function setup(config) {
134731134731
maybeExportVariable('DEVELOCITY_INJECTION_INIT_SCRIPT_NAME', 'gradle-actions.inject-develocity.init.gradle');
134732134732
maybeExportVariable('DEVELOCITY_AUTO_INJECTION_CUSTOM_VALUE', 'gradle-actions');
134733-
if (config.getBuildScanPublishEnabled()) {
134734-
maybeExportVariable('DEVELOCITY_INJECTION_ENABLED', 'true');
134735-
maybeExportVariable('DEVELOCITY_PLUGIN_VERSION', '3.18.2');
134736-
maybeExportVariable('DEVELOCITY_CCUD_PLUGIN_VERSION', '2.0');
134737-
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_URL', config.getBuildScanTermsOfUseUrl());
134738-
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_AGREE', config.getBuildScanTermsOfUseAgree());
134739-
}
134740134733
maybeExportVariableNotEmpty('DEVELOCITY_INJECTION_ENABLED', config.getDevelocityInjectionEnabled());
134741134734
maybeExportVariableNotEmpty('DEVELOCITY_URL', config.getDevelocityUrl());
134742134735
maybeExportVariableNotEmpty('DEVELOCITY_ALLOW_UNTRUSTED_SERVER', config.getDevelocityAllowUntrustedServer());
134743134736
maybeExportVariableNotEmpty('DEVELOCITY_CAPTURE_FILE_FINGERPRINTS', config.getDevelocityCaptureFileFingerprints());
134744134737
maybeExportVariableNotEmpty('DEVELOCITY_ENFORCE_URL', config.getDevelocityEnforceUrl());
134745134738
maybeExportVariableNotEmpty('DEVELOCITY_PLUGIN_VERSION', config.getDevelocityPluginVersion());
134739+
maybeExportVariableNotEmpty('DEVELOCITY_CCUD_PLUGIN_VERSION', config.getDevelocityCcudPluginVersion());
134746134740
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_URL', config.getGradlePluginRepositoryUrl());
134747134741
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_USERNAME', config.getGradlePluginRepositoryUsername());
134748134742
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_PASSWORD', config.getGradlePluginRepositoryPassword());
134743+
if (config.getBuildScanPublishEnabled()) {
134744+
maybeExportVariable('DEVELOCITY_INJECTION_ENABLED', 'true');
134745+
maybeExportVariable('DEVELOCITY_PLUGIN_VERSION', '3.18.2');
134746+
maybeExportVariable('DEVELOCITY_CCUD_PLUGIN_VERSION', '2.0.2');
134747+
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_URL', config.getBuildScanTermsOfUseUrl());
134748+
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_AGREE', config.getBuildScanTermsOfUseAgree());
134749+
}
134749134750
return (0, short_lived_token_1.setupToken)(config.getDevelocityAccessKey(), config.getDevelocityTokenExpiry());
134750134751
}
134751134752
function maybeExportVariable(variableName, value) {

dist/dependency-submission/post/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup-gradle/main/index.js

+8-7
Original file line numberDiff line numberDiff line change
@@ -181387,22 +181387,23 @@ const short_lived_token_1 = __nccwpck_require__(7325);
181387181387
async function setup(config) {
181388181388
maybeExportVariable('DEVELOCITY_INJECTION_INIT_SCRIPT_NAME', 'gradle-actions.inject-develocity.init.gradle');
181389181389
maybeExportVariable('DEVELOCITY_AUTO_INJECTION_CUSTOM_VALUE', 'gradle-actions');
181390-
if (config.getBuildScanPublishEnabled()) {
181391-
maybeExportVariable('DEVELOCITY_INJECTION_ENABLED', 'true');
181392-
maybeExportVariable('DEVELOCITY_PLUGIN_VERSION', '3.18.2');
181393-
maybeExportVariable('DEVELOCITY_CCUD_PLUGIN_VERSION', '2.0');
181394-
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_URL', config.getBuildScanTermsOfUseUrl());
181395-
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_AGREE', config.getBuildScanTermsOfUseAgree());
181396-
}
181397181390
maybeExportVariableNotEmpty('DEVELOCITY_INJECTION_ENABLED', config.getDevelocityInjectionEnabled());
181398181391
maybeExportVariableNotEmpty('DEVELOCITY_URL', config.getDevelocityUrl());
181399181392
maybeExportVariableNotEmpty('DEVELOCITY_ALLOW_UNTRUSTED_SERVER', config.getDevelocityAllowUntrustedServer());
181400181393
maybeExportVariableNotEmpty('DEVELOCITY_CAPTURE_FILE_FINGERPRINTS', config.getDevelocityCaptureFileFingerprints());
181401181394
maybeExportVariableNotEmpty('DEVELOCITY_ENFORCE_URL', config.getDevelocityEnforceUrl());
181402181395
maybeExportVariableNotEmpty('DEVELOCITY_PLUGIN_VERSION', config.getDevelocityPluginVersion());
181396+
maybeExportVariableNotEmpty('DEVELOCITY_CCUD_PLUGIN_VERSION', config.getDevelocityCcudPluginVersion());
181403181397
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_URL', config.getGradlePluginRepositoryUrl());
181404181398
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_USERNAME', config.getGradlePluginRepositoryUsername());
181405181399
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_PASSWORD', config.getGradlePluginRepositoryPassword());
181400+
if (config.getBuildScanPublishEnabled()) {
181401+
maybeExportVariable('DEVELOCITY_INJECTION_ENABLED', 'true');
181402+
maybeExportVariable('DEVELOCITY_PLUGIN_VERSION', '3.18.2');
181403+
maybeExportVariable('DEVELOCITY_CCUD_PLUGIN_VERSION', '2.0.2');
181404+
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_URL', config.getBuildScanTermsOfUseUrl());
181405+
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_AGREE', config.getBuildScanTermsOfUseAgree());
181406+
}
181406181407
return (0, short_lived_token_1.setupToken)(config.getDevelocityAccessKey(), config.getDevelocityTokenExpiry());
181407181408
}
181408181409
function maybeExportVariable(variableName, value) {

dist/setup-gradle/main/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup-gradle/post/index.js

+8-7
Original file line numberDiff line numberDiff line change
@@ -181382,22 +181382,23 @@ const short_lived_token_1 = __nccwpck_require__(7325);
181382181382
async function setup(config) {
181383181383
maybeExportVariable('DEVELOCITY_INJECTION_INIT_SCRIPT_NAME', 'gradle-actions.inject-develocity.init.gradle');
181384181384
maybeExportVariable('DEVELOCITY_AUTO_INJECTION_CUSTOM_VALUE', 'gradle-actions');
181385-
if (config.getBuildScanPublishEnabled()) {
181386-
maybeExportVariable('DEVELOCITY_INJECTION_ENABLED', 'true');
181387-
maybeExportVariable('DEVELOCITY_PLUGIN_VERSION', '3.18.2');
181388-
maybeExportVariable('DEVELOCITY_CCUD_PLUGIN_VERSION', '2.0');
181389-
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_URL', config.getBuildScanTermsOfUseUrl());
181390-
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_AGREE', config.getBuildScanTermsOfUseAgree());
181391-
}
181392181385
maybeExportVariableNotEmpty('DEVELOCITY_INJECTION_ENABLED', config.getDevelocityInjectionEnabled());
181393181386
maybeExportVariableNotEmpty('DEVELOCITY_URL', config.getDevelocityUrl());
181394181387
maybeExportVariableNotEmpty('DEVELOCITY_ALLOW_UNTRUSTED_SERVER', config.getDevelocityAllowUntrustedServer());
181395181388
maybeExportVariableNotEmpty('DEVELOCITY_CAPTURE_FILE_FINGERPRINTS', config.getDevelocityCaptureFileFingerprints());
181396181389
maybeExportVariableNotEmpty('DEVELOCITY_ENFORCE_URL', config.getDevelocityEnforceUrl());
181397181390
maybeExportVariableNotEmpty('DEVELOCITY_PLUGIN_VERSION', config.getDevelocityPluginVersion());
181391+
maybeExportVariableNotEmpty('DEVELOCITY_CCUD_PLUGIN_VERSION', config.getDevelocityCcudPluginVersion());
181398181392
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_URL', config.getGradlePluginRepositoryUrl());
181399181393
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_USERNAME', config.getGradlePluginRepositoryUsername());
181400181394
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_PASSWORD', config.getGradlePluginRepositoryPassword());
181395+
if (config.getBuildScanPublishEnabled()) {
181396+
maybeExportVariable('DEVELOCITY_INJECTION_ENABLED', 'true');
181397+
maybeExportVariable('DEVELOCITY_PLUGIN_VERSION', '3.18.2');
181398+
maybeExportVariable('DEVELOCITY_CCUD_PLUGIN_VERSION', '2.0.2');
181399+
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_URL', config.getBuildScanTermsOfUseUrl());
181400+
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_AGREE', config.getBuildScanTermsOfUseAgree());
181401+
}
181401181402
return (0, short_lived_token_1.setupToken)(config.getDevelocityAccessKey(), config.getDevelocityTokenExpiry());
181402181403
}
181403181404
function maybeExportVariable(variableName, value) {

dist/setup-gradle/post/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)