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

7 lines
130 B
Bash
Raw Normal View History

2022-02-12 01:26:57 +08:00
#!/bin/bash
#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