Browse Source

fix: fix surefire test

main
fdai7736 11 months ago
parent
commit
d74ed04375
  1. 5
      pom.xml

5
pom.xml

@ -56,6 +56,11 @@
<target>21</target> <target>21</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
</plugin>
<plugin> <plugin>
<groupId>org.openjfx</groupId> <groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId> <artifactId>javafx-maven-plugin</artifactId>

Loading…
Cancel
Save