7 lines
130 B
Bash
Executable File
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
|