mirror of
https://github.com/KoopaCode/ArmorStand-Storage.git
synced 2025-04-03 22:47:31 +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:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user