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