running-every-day/recorder/build.sh

5 lines
136 B
Bash
Raw Normal View History

2023-04-22 07:43:14 +00:00
#!/usr/bin/env bash
mvn clean compile assembly:single
cp target/recorder-*-jar-with-dependencies.jar recorder.jar
chmod +x recorder.jar