You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#192 Change OpenApiGeneratorCodeGenBase#shouldRun to throw an exception rather than return false (#314) (#316)
* #192 Change OpenApiGeneratorCodeGenBase#shouldRun to throw an exception rather than return fals
* #192 add input-base-dir path on properties to generate-code-tests step
* Revert "#192 add input-base-dir path on properties to generate-code-tests step"
This reverts commit db74b9e.
* #192 add condition to test path
(cherry picked from commit 84060f8)
Co-authored-by: Bruno Alves <[email protected]>
Copy file name to clipboardExpand all lines: deployment/src/main/java/io/quarkiverse/openapi/generator/deployment/codegen/OpenApiGeneratorCodeGenBase.java
+20-10Lines changed: 20 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
importjava.nio.file.Files;
19
19
importjava.nio.file.Path;
20
20
importjava.util.List;
21
+
importjava.util.Optional;
21
22
importjava.util.stream.Stream;
22
23
23
24
importorg.eclipse.microprofile.config.Config;
@@ -67,11 +68,19 @@ public String inputDirectory() {
0 commit comments