Browse Source

Revert "github actions should use Java 21"

This reverts commit 571a60f7a798bf916c9236663b3d8231c7085a8d.
nossr50 2 months ago
parent
commit
44b22559fb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/maven.yml

+ 3 - 3
.github/workflows/maven.yml

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