Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit f37b1b8

Browse files
committed
Artifact Build Fix
Updated the build.yml file to support java version 21 vs 17
1 parent a4f3135 commit f37b1b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Set up JDK 17
20+
- name: Set up JDK 21
2121
uses: actions/setup-java@v4
2222
with:
23-
java-version: '17'
23+
java-version: '21'
2424
distribution: 'temurin'
2525
cache: maven
2626

0 commit comments

Comments
 (0)