pom update
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-09-01 23:18:58 -04:00
parent c5ac741b09
commit 4192b6c06e

View File

@ -436,7 +436,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<forkCount>0</forkCount>
<configuration>
<forkCount>0</forkCount>
</configuration>
</plugin>
</plugins>
</build>
@ -456,8 +458,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<forkCount>0</forkCount>
<configuration>
<forkCount>0</forkCount>
<argLine>-javaagent:./lwjglx-debug-1.0.0.jar=t;o=trace.log</argLine>
</configuration>
</plugin>