[bot] Update dist directory

This commit is contained in:
Bot Githubaction
2025-02-19 14:36:21 +00:00
committed by github-actions[bot]
parent 7fcd895602
commit d9e39adac8
8 changed files with 8 additions and 8 deletions

View File

@@ -184191,7 +184191,7 @@ async function setup(config) {
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_PASSWORD', config.getGradlePluginRepositoryPassword());
if (config.getBuildScanPublishEnabled()) {
maybeExportVariable('DEVELOCITY_INJECTION_ENABLED', 'true');
maybeExportVariable('DEVELOCITY_PLUGIN_VERSION', '3.19.1');
maybeExportVariable('DEVELOCITY_PLUGIN_VERSION', '3.19.2');
maybeExportVariable('DEVELOCITY_CCUD_PLUGIN_VERSION', '2.1');
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_URL', config.getBuildScanTermsOfUseUrl());
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_AGREE', config.getBuildScanTermsOfUseAgree());