Basic justfile
This commit is contained in:
parent
ff3ee27a0f
commit
1d016ee97f
1 changed files with 8 additions and 0 deletions
8
Justfile
Normal file
8
Justfile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
run:
|
||||||
|
./gradlew run
|
||||||
|
|
||||||
|
test:
|
||||||
|
./gradlew test
|
||||||
|
|
||||||
|
clean:
|
||||||
|
fd -td -I build -x rm -r
|
Loading…
Reference in a new issue