Shadow jar

This commit is contained in:
Imbus 2024-04-21 17:43:50 +02:00
parent 8a88e8b45a
commit 75fd5259bf
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,6 @@
build:
./gradlew shadowJar
run:
./gradlew run
@ -7,4 +10,4 @@ clean:
test:
./gradlew test
.PHONY: run clean test
.PHONY: run clean test build