Skip to content
Snippets Groups Projects
Commit cd59ee0c authored by Callum Gran's avatar Callum Gran
Browse files

removed plugin from pom.xml

parent 5f28ab94
No related branches found
No related tags found
No related merge requests found
...@@ -52,11 +52,6 @@ ...@@ -52,11 +52,6 @@
<target>17</target> <target>17</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
</plugin>
<plugin> <plugin>
<groupId>org.openjfx</groupId> <groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId> <artifactId>javafx-maven-plugin</artifactId>
......
...@@ -29,7 +29,7 @@ public class App extends Application { ...@@ -29,7 +29,7 @@ public class App extends Application {
e.printStackTrace(); e.printStackTrace();
} }
stage.setTitle("Card game"); stage.setTitle("Card Game");
stage.setMaxHeight(400); stage.setMaxHeight(400);
stage.setMaxWidth(600); stage.setMaxWidth(600);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment