We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ae356 commit bdc7162Copy full SHA for bdc7162
sources/src/develocity/build-scan.ts
@@ -23,7 +23,7 @@ export async function setup(config: BuildScanConfig): Promise<void> {
23
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_USERNAME', config.getGradlePluginRepositoryUsername())
24
maybeExportVariableNotEmpty('GRADLE_PLUGIN_REPOSITORY_PASSWORD', config.getGradlePluginRepositoryPassword())
25
26
- setupToken(config.getDevelocityAccessKey(), config.getDevelocityTokenExpiry())
+ return setupToken(config.getDevelocityAccessKey(), config.getDevelocityTokenExpiry())
27
}
28
29
function maybeExportVariable(variableName: string, value: unknown): void {
0 commit comments