mirror of
https://github.com/KoopaCode/LifeSteal-Core.git
synced 2025-04-02 23:07: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:
|
||||
- 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