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