build: Add publish-all script

This commit is contained in:
2025-11-03 23:59:59 +01:00
parent defa8fcca4
commit e1acc428ec
2 changed files with 9 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
.gitattributes text eol=lf
*.sh text eol=lf
gradlew text eol=lf

6
publish-all.sh Normal file
View 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