Browse Source

Merge branch 'fixTests' into 'main'

Fix Tests

See merge request fdai7736/onses!9
main
fdai7736 11 months ago
parent
commit
d843b2c488
  1. 2
      build-project.sh
  2. 5
      pom.xml

2
build-project.sh

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
echo "RUN JUnit Tests" echo "RUN JUnit Tests"
mvn test
mvn clean test

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