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 0fad39c commit 7021f1cCopy full SHA for 7021f1c
src/exportJarSteps/GenerateJarExecutor.ts
@@ -108,7 +108,7 @@ export class GenerateJarExecutor implements IExportJarStepExecutor {
108
if (_.isEmpty(dependencyItems)) {
109
throw new Error("No classpath found. Please make sure your java project is valid.");
110
} else if (dependencyItems.length === 1) {
111
- this.setStepMetadataFromOutputFolder(dependencyItems[0].path, stepMetadata);
+ await this.setStepMetadataFromOutputFolder(dependencyItems[0].path, stepMetadata);
112
return true;
113
}
114
dependencyItems.sort((node1, node2) => {
0 commit comments