From 104a51318d0a7994309b03ef2457b80756ee2d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20=C3=89pardaud?= Date: Mon, 10 Jun 2024 12:00:50 +0200 Subject: [PATCH] Reverted back to releasing on Java 11 (added it to CI tests too) --- .github/workflows/build.yml | 1 + pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61b5ab8c..4c27696b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ jobs: strategy: matrix: java: [ + { 'version': '11', 'opts': '' }, { 'version': '17', 'opts': '' }, { 'version': '21', 'opts': '' }, { 'version': '22', 'opts': '' } diff --git a/pom.xml b/pom.xml index 97a62a15..2567c52a 100644 --- a/pom.xml +++ b/pom.xml @@ -161,8 +161,8 @@ - 17 - This project must be built with Java 12 or later. + 11 + This project must be built with Java 11 or later. @@ -173,7 +173,7 @@ org.apache.maven.plugins maven-compiler-plugin - 17 + 11