From e1acc428ec5b0890bb9da67557bf423081deca66 Mon Sep 17 00:00:00 2001 From: Siphalor Date: Mon, 3 Nov 2025 23:59:59 +0100 Subject: [PATCH] build: Add publish-all script --- .gitattributes | 3 +++ publish-all.sh | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitattributes create mode 100644 publish-all.sh diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d436131 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.gitattributes text eol=lf +*.sh text eol=lf +gradlew text eol=lf diff --git a/publish-all.sh b/publish-all.sh new file mode 100644 index 0000000..7866006 --- /dev/null +++ b/publish-all.sh @@ -0,0 +1,6 @@ +pushd tweed5 || exit +../gradlew publish +popd || exit +pushd tweed5-minecraft || exit +./helpers/run-each-mc.sh ../gradlew publish +popd || exit