mirror of
https://github.com/KoopaCode/LifeSteal-Core.git
synced 2025-04-03 23:37:32 +00:00
Artifact Build Fix
Updated the build.yml file to support java version 21 vs 17
This commit is contained in:
parent
7fbab0d7b1
commit
8faf5079e9
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