bigbluebutton-Github/bbb-common-message/deploy.sh
2024-07-11 11:14:46 -03:00

8 lines
137 B
Bash
Executable File

#!/bin/bash
set -e
#Publish new common-message .jar
sbt clean
# rm -r target/ project/target/ project/project/
sbt publish publishLocal