Merge branch 'main' into direct-jpackage
This commit is contained in:
commit
ed1ce4c845
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
target
|
target
|
||||||
debug.out
|
debug.out
|
||||||
|
/nbactions.xml
|
||||||
|
|||||||
1
pom.xml
1
pom.xml
@ -318,7 +318,6 @@
|
|||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
<finalName>${jar.filename}</finalName>
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- Copy dependencies -->
|
<!-- Copy dependencies -->
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@ -12,4 +12,4 @@ public class Main {
|
|||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
JavaFXApp.main(args);
|
JavaFXApp.main(args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user