Revert "github actions should use Java 21"

This reverts commit 571a60f7a798bf916c9236663b3d8231c7085a8d.
This commit is contained in:
nossr50 2025-03-09 15:57:46 -07:00
parent 0408040d7a
commit 44b22559fb

View File

@ -31,13 +31,13 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
# 2. Setup Java 21 JDK (Adopt) # 2. Setup Java 17 JDK (Adopt)
- name: Java 21 setup - name: Java 17 setup
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
distribution: 'adopt' distribution: 'adopt'
java-package: jdk java-package: jdk
java-version: '21' java-version: '17'
# 3. Setup local Maven package cache to speed up building # 3. Setup local Maven package cache to speed up building
- name: Cache Maven packages - name: Cache Maven packages