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.
2 parents 5fdc069 + 2143ef9 commit c85cf65Copy full SHA for c85cf65
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