Commit 2aa49bf 1 parent 9ab6ee6 commit 2aa49bf Copy full SHA for 2aa49bf
File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export async function setup(config: BuildScanConfig): Promise<void> {
19
19
maybeExportVariableNotEmpty ( 'DEVELOCITY_CAPTURE_FILE_FINGERPRINTS' , config . getDevelocityCaptureFileFingerprints ( ) )
20
20
maybeExportVariableNotEmpty ( 'DEVELOCITY_ENFORCE_URL' , config . getDevelocityEnforceUrl ( ) )
21
21
maybeExportVariableNotEmpty ( 'DEVELOCITY_PLUGIN_VERSION' , config . getDevelocityPluginVersion ( ) )
22
+ maybeExportVariableNotEmpty ( 'DEVELOCITY_CCUD_PLUGIN_VERSION' , config . getDevelocityCcudPluginVersion ( ) )
22
23
maybeExportVariableNotEmpty ( 'GRADLE_PLUGIN_REPOSITORY_URL' , config . getGradlePluginRepositoryUrl ( ) )
23
24
maybeExportVariableNotEmpty ( 'GRADLE_PLUGIN_REPOSITORY_USERNAME' , config . getGradlePluginRepositoryUsername ( ) )
24
25
maybeExportVariableNotEmpty ( 'GRADLE_PLUGIN_REPOSITORY_PASSWORD' , config . getGradlePluginRepositoryPassword ( ) )
You can’t perform that action at this time.
0 commit comments