Commit 767dcafe authored by Riegel's avatar Riegel
Browse files

Added JavaFx Maven plugin

parent d7195bba
Pipeline #10034 failed with stage
in 24 seconds
......@@ -41,6 +41,14 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.8</version>
<configuration>
<mainClass>HelloFX</mainClass>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment