build: Add publish-all script
This commit is contained in:
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.gitattributes text eol=lf
|
||||
*.sh text eol=lf
|
||||
gradlew text eol=lf
|
||||
6
publish-all.sh
Normal file
6
publish-all.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
pushd tweed5 || exit
|
||||
../gradlew publish
|
||||
popd || exit
|
||||
pushd tweed5-minecraft || exit
|
||||
./helpers/run-each-mc.sh ../gradlew publish
|
||||
popd || exit
|
||||
Reference in New Issue
Block a user