mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
Merge branch 'master' of github.com:wordnik/swagger-codegen
This commit is contained in:
commit
dea4b746b7
@ -505,7 +505,7 @@ class Codegen(config: CodegenConfig) {
|
||||
val outputDir = file._2
|
||||
val destFile = file._3
|
||||
|
||||
val outputFilename = outputDir.replaceAll("\\.", File.separator) + File.separator + destFile
|
||||
val outputFilename = outputDir + File.separator + destFile
|
||||
val outputFolder = new File(outputFilename).getParent
|
||||
new File(outputFolder).mkdirs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user