We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4503bea + ae11726 commit 11900a1Copy full SHA for 11900a1
1 file changed
src/lib/frameworks/spring-boot.js
@@ -108,7 +108,7 @@ You can use 'mvn package' to package SpringBoot to a jar.`);
108
if (_.endsWith(file, '.jar')) {
109
const absFile = path.join(targetPath, file);
110
const relative = path.relative(codeDir, absFile);
111
- jarFiles.push(relative);
+ jarFiles.push(relative.split(path.sep).join('/'));
112
}
113
114
0 commit comments