Skip to content
Snippets Groups Projects
Commit a1edc029 authored by LABOUREL Arnaud's avatar LABOUREL Arnaud
Browse files

Suppression javaFX

parent 7b7f4395
No related branches found
No related tags found
No related merge requests found
plugins {
id 'application'
id "org.openjfx.javafxplugin" version "0.0.10"
}
javafx {
version = "17"
modules = [ 'javafx.controls', 'javafx.fxml' ]
}
repositories {
......@@ -23,5 +17,5 @@ test {
}
application {
mainClassName = "App"
mainClassName = "agency.App"
}
\ No newline at end of file
package agency;
public class App {
public static void main(String[] args){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment