mirror of
https://github.com/KoopaCode/ArmorStand-Storage.git
synced 2025-04-04 14:57:33 +00:00
Artifact Build Fix
Updated the build.yml file to support java version 21 vs 17
This commit is contained in:
parent
edee44630c
commit
c040d64548
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -17,10 +17,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '21'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: maven
|
cache: maven
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user