diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..022b8414 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# +# https://help.github.com/articles/dealing-with-line-endings/ +# +# These are explicitly windows files and should use crlf +*.bat text eol=crlf diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 00000000..3d9a1358 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,15 @@ +name: "build" + +on: + push: + branches: [ "**" ] + tags-ignore: [ "**" ] + pull_request: + +jobs: + call-build: + uses: "jpenilla/actions/.github/workflows/shared-ci.yml@master" + with: + artifacts-path: 'build/libs/*.jar' + loom: true + jdk-version: 21 diff --git a/gradlew b/gradlew old mode 100644 new mode 100755