Skip to content
Snippets Groups Projects
Commit 94832ddf authored by Iver Baardsgaard Brønstad's avatar Iver Baardsgaard Brønstad
Browse files

files added

parents e1138051 53d5ca90
Branches master
No related tags found
No related merge requests found
......@@ -81,6 +81,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<configuration>
<argLine>
--add-opens app/app=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
<plugin>
......
......@@ -77,7 +77,11 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>
<<<<<<< HEAD
--add-opens calc.ui/ui=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED
=======
--add-opens calc.ui/ui=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED
>>>>>>> 53d5ca90bc2694a7a4c9d4a154cad46859a6020a
</argLine>
</configuration>
</plugin>
......
......@@ -81,6 +81,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<configuration>
<argLine>
--add-opens app/ui=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
<plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment