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 c946d4c commit f390b13Copy full SHA for f390b13
3 files changed
modules/openapi-generator/pom.xml
@@ -159,6 +159,7 @@
159
</executions>
160
<configuration>
161
<sourceDirectory>${basedir}/src/test/antlr4</sourceDirectory>
162
+ <libDirectory>${basedir}/src/test/antlr4/imports</libDirectory>
163
<outputDirectory>${project.build.directory}/generated-test-sources/antlr4</outputDirectory>
164
</configuration>
165
</plugin>
…erator/src/test/antlr4/UnicodeClasses.g4 …rc/test/antlr4/imports/UnicodeClasses.g4modules/openapi-generator/src/test/antlr4/UnicodeClasses.g4 renamed to modules/openapi-generator/src/test/antlr4/imports/UnicodeClasses.g4
pom.xml
@@ -269,6 +269,7 @@
269
<maxmemory>1g</maxmemory>
270
<failOnWarnings>false</failOnWarnings>
271
<doclint>none</doclint>
272
+ <excludePackageNames>org.openapitools.codegen.antlr4</excludePackageNames>
273
274
<executions>
275
<execution>
0 commit comments