5 lines
91 B
Batchfile
5 lines
91 B
Batchfile
@ECHO OFF
|
|
call mvn clean package -Dmaven.test.skip=true
|
|
java -jar target/flashy.jar
|
|
pause
|