9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-26 18:39:16 +00:00

Update to 1.18

This commit is contained in:
MrPowerGamerBR
2021-12-02 23:43:38 -03:00
parent 3bb1a88218
commit bf2845f296
34 changed files with 98 additions and 2292 deletions

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 16 ]
java: [ 17 ]
fail-fast: true
steps:
- name: Checkout Git Repository
@@ -33,9 +33,9 @@ jobs:
- name: Build SparklyPaper
run: |
./gradlew build --stacktrace --no-daemon
./gradlew paperclipJar --stacktrace --no-daemon
./gradlew createReobfPaperclipJar --stacktrace --no-daemon
- name: Archive SparklyPaper Paperclip
uses: actions/upload-artifact@v2
with:
name: SparklyPaper
path: build/libs/SparklyPaper-*-SNAPSHOT.jar
path: build/libs/SparklyPaper-paperclip-*-SNAPSHOT.jar