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 34d1566 commit 2143ef9Copy full SHA for 2143ef9
modules/jooby-openapi/src/test/java/issues/Issue1582.java
@@ -20,7 +20,7 @@
20
import io.swagger.v3.oas.models.info.Info;
21
22
public class Issue1582 {
23
- private Path outDir = Paths.get(System.getProperty("user.dir"), "target", "classes");
+ private Path outDir = Paths.get(System.getProperty("user.dir"), "target", "test-classes");
24
25
@Test
26
public void shouldGenerateOnOneLvelPackageLocation() throws IOException {
0 commit comments