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
6
.github/workflows/build.yml
vendored
6
.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
|
||||||
|
|
||||||
@ -87,4 +87,4 @@ jobs:
|
|||||||
${{ job.status == 'success' && '➜ https://github.com/${{ github.repository }}/releases/latest' || '' }}
|
${{ job.status == 'success' && '➜ https://github.com/${{ github.repository }}/releases/latest' || '' }}
|
||||||
color: ${{ job.status == 'success' && '0x00ff00' || '0xff0000' }}
|
color: ${{ job.status == 'success' && '0x00ff00' || '0xff0000' }}
|
||||||
username: "🏺Artifact Build's"
|
username: "🏺Artifact Build's"
|
||||||
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
Loading…
x
Reference in New Issue
Block a user