From b086def78306415d8582f2dbd7b792a1f5d57f06 Mon Sep 17 00:00:00 2001 From: Froy Date: Fri, 13 Jun 2025 11:12:30 -0600 Subject: [PATCH] chore: upgrade build to Java 21 --- .../workflows/ContinuousIntegration_java-practices.yml | 4 ++-- pom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ContinuousIntegration_java-practices.yml b/.github/workflows/ContinuousIntegration_java-practices.yml index 69c5b33..4ac93e1 100644 --- a/.github/workflows/ContinuousIntegration_java-practices.yml +++ b/.github/workflows/ContinuousIntegration_java-practices.yml @@ -9,9 +9,9 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Set up JDK 11 + - name: Set up JDK 21 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 21 - name: Build with Maven run: mvn -B package --file pom.xml diff --git a/pom.xml b/pom.xml index c15d220..5cc23f8 100644 --- a/pom.xml +++ b/pom.xml @@ -98,8 +98,8 @@ org.apache.maven.plugins maven-compiler-plugin - 17 - 17 + 21 + 21 @@ -108,9 +108,9 @@ UTF-8 UTF-8 - 17 - 17 - 17 + 21 + 21 + 21 5.6.1 3.3.3