Workaround for minimessage

This commit is contained in:
destro174
2022-02-23 15:50:21 +01:00
parent 5f58cbe62a
commit 439fb12480
5 changed files with 10 additions and 14 deletions
+1 -6
View File
@@ -15,9 +15,4 @@ jobs:
- name: Configure Git
run: git config --global user.email "[email protected]" && git config --global user.name "Github Actions"
- name: Build
run: ./gradlew build --stacktrace
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: Chat.jar
path: build/libs/Chat*.jar
run: ./gradlew build --stacktrace