This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch wicket-10.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-10.x by this push:
     new 7bc87a64a1 Revert "Setting Java 21 as minimum version"
7bc87a64a1 is described below

commit 7bc87a64a1c317f6edb819d0b8da6a233c1309be
Author: Andrea Del Bene <[email protected]>
AuthorDate: Sun Nov 10 22:09:56 2024 +0100

    Revert "Setting Java 21 as minimum version"
    
    This reverts commit 34d63a98436d8e8cd3ef7e6aa83f2201128b0e81.
---
 .github/workflows/maven.yml | 1 +
 pom.xml                     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 20dc2cf68b..bec2235623 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -16,6 +16,7 @@ jobs:
     strategy:
       matrix:
         java:
+        - '17'
         - '21'
         - '23'
 
diff --git a/pom.xml b/pom.xml
index e52592614b..f594be5ec0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,8 +136,8 @@
 
                
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
                <maven.compiler.showWarnings>true</maven.compiler.showWarnings>
-               <maven.compiler.source>21</maven.compiler.source>
-               <maven.compiler.target>21</maven.compiler.target>
+               <maven.compiler.source>17</maven.compiler.source>
+               <maven.compiler.target>17</maven.compiler.target>
 
                <!-- Project Versions -->
                <asm.version>9.7.1</asm.version>

Reply via email to