Skip to content

Commit 2aa49bf

Browse files
committed
Set the correct env var for develocity-ccud-plugin-version
Fixes #446
1 parent 9ab6ee6 commit 2aa49bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/src/develocity/build-scan.ts

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export async function setup(config: BuildScanConfig): Promise<void> {
1919
maybeExportVariableNotEmpty('DEVELOCITY_CAPTURE_FILE_FINGERPRINTS', config.getDevelocityCaptureFileFingerprints())
2020
maybeExportVariableNotEmpty('DEVELOCITY_ENFORCE_URL', config.getDevelocityEnforceUrl())
2121
maybeExportVariableNotEmpty('DEVELOCITY_PLUGIN_VERSION', config.getDevelocityPluginVersion())
22+
maybeExportVariableNotEmpty('DEVELOCITY_CCUD_PLUGIN_VERSION', config.getDevelocityCcudPluginVersion())
2223
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_URL', config.getGradlePluginRepositoryUrl())
2324
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_USERNAME', config.getGradlePluginRepositoryUsername())
2425
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_PASSWORD', config.getGradlePluginRepositoryPassword())

0 commit comments

Comments
 (0)