Using JDK 21 instead

This commit is contained in:
2025-05-28 16:40:28 -04:00
parent 4f43028ec0
commit 103fdf74da
+2 -2
View File
@@ -12,10 +12,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: 'zulu'
cache: 'maven'
cache-dependency-path: '**/pom.xml' # Add this line