diff options
author | nea <romangraef@gmail.com> | 2022-08-20 02:16:11 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-08-20 02:16:11 +0200 |
commit | 217e531731bc46330af2890478d36ba205d04fef (patch) | |
tree | 49c16eb9859cf087ae087dfe4d789dd58eb43ec1 /.github | |
parent | d8a393946687ca658533bda61b7d79f9d4ac911c (diff) | |
download | SkyblockHud-Death-Defied-217e531731bc46330af2890478d36ba205d04fef.tar.gz SkyblockHud-Death-Defied-217e531731bc46330af2890478d36ba205d04fef.tar.bz2 SkyblockHud-Death-Defied-217e531731bc46330af2890478d36ba205d04fef.zip |
Loomering
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d0c2f9..4c443ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 1.8 + - name: Set up JDK 17 uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: '17' - uses: actions/cache@v2 with: path: | @@ -37,7 +37,7 @@ jobs: run: ./gradlew build - uses: actions/upload-artifact@v2 with: - path: build/libs/*.jar + path: build/libs/*-all.jar - name: Stop gradle daemons run: ./gradlew --stop @@ -47,10 +47,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 1.8 + - name: Set up JDK 17 uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 17 - name: Prettify the Java Code uses: lwerner-lshigh/prettier_action_java@v1.1.1 with: |