1

add gradle

This commit is contained in:
2023-05-16 23:41:13 +03:00
parent b4ea178435
commit 985c1c2350
7 changed files with 373 additions and 1 deletions

View File

@@ -4,12 +4,20 @@
## Build
### Maven
```shell
mvn clean package
```
### Gradle
```shell
gradle clean build
```
## Launch
```shell
java -jar ./target/javafx-1.0-SNAPSHOT-jar-with-dependencies.jar
java -jar javafx-1.0-SNAPSHOT-jar-with-dependencies.jar
```