Artifact Build Fix

Updated the build.yml file to support java version 21 vs 17
This commit is contained in:
Koopa 2025-01-31 21:25:52 -05:00
parent a4f313533c
commit f37b1b8b11

View File

@ -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