bigbluebutton-Github/bbb-common-message/deploy.sh

8 lines
137 B
Bash
Raw Normal View History

2022-02-12 01:26:57 +08:00
#!/bin/bash
2024-07-11 22:14:46 +08:00
set -e
2022-02-12 01:26:57 +08:00
#Publish new common-message .jar
2022-02-25 12:39:48 +08:00
sbt clean
# rm -r target/ project/target/ project/project/
sbt publish publishLocal