bigbluebutton-Github/bbb-common-message/deploy.sh
2022-02-25 04:39:48 +00:00

7 lines
130 B
Bash
Executable File

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