Limit stack traces
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 2m47s
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 2m47s
This commit is contained in:
parent
2d9094ec4e
commit
ff905390e8
2
pom.xml
2
pom.xml
@ -66,8 +66,10 @@ http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
||||
<reportsDirectory>${project.build.directory}/test-reports</reportsDirectory>
|
||||
<argLine>--enable-preview</argLine>
|
||||
<trimStackTrace>true</trimStackTrace>
|
||||
<excludes>
|
||||
<exclude>**/JavaTXCompilerTest.java</exclude>
|
||||
<exclude>**/syntaxtreegenerator/*.java</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user