Skip to content

Commit

Permalink
Set the correct env var for develocity-ccud-plugin-version
Browse files Browse the repository at this point in the history
Fixes #446
  • Loading branch information
bigdaz committed Nov 15, 2024
1 parent 9ab6ee6 commit 2aa49bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/src/develocity/build-scan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export async function setup(config: BuildScanConfig): Promise<void> {
maybeExportVariableNotEmpty('DEVELOCITY_CAPTURE_FILE_FINGERPRINTS', config.getDevelocityCaptureFileFingerprints())
maybeExportVariableNotEmpty('DEVELOCITY_ENFORCE_URL', config.getDevelocityEnforceUrl())
maybeExportVariableNotEmpty('DEVELOCITY_PLUGIN_VERSION', config.getDevelocityPluginVersion())
maybeExportVariableNotEmpty('DEVELOCITY_CCUD_PLUGIN_VERSION', config.getDevelocityCcudPluginVersion())
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_URL', config.getGradlePluginRepositoryUrl())
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_USERNAME', config.getGradlePluginRepositoryUsername())
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_PASSWORD', config.getGradlePluginRepositoryPassword())
Expand Down

0 comments on commit 2aa49bf

Please sign in to comment.