7 lines
141 B
Bash
7 lines
141 B
Bash
pushd tweed5 || exit
|
|
../gradlew publish
|
|
popd || exit
|
|
pushd tweed5-minecraft || exit
|
|
./helpers/run-each-mc.sh ../gradlew publish
|
|
popd || exit
|