mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-09 05:46:16 +00:00
Merge remote-tracking branch 'origin/5.3.x' into 6.0.x
This commit is contained in:
@@ -153,7 +153,7 @@ public class Generator {
|
||||
List<File> files = new DefaultGenerator().opts(clientOptInput).generate();
|
||||
if (files.size() > 0) {
|
||||
List<File> filesToAdd = new ArrayList<>();
|
||||
LOGGER.debug("adding to " + outputFolder);
|
||||
LOGGER.debug("adding to {}", outputFolder);
|
||||
filesToAdd.add(new File(outputFolder));
|
||||
ZipUtil zip = new ZipUtil();
|
||||
zip.compressFiles(filesToAdd, outputFilename);
|
||||
|
||||
Reference in New Issue
Block a user