From a270983514bab638fbb51ea78168cb9b6160bb62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Fri, 1 Dec 2023 08:52:36 +0100 Subject: [PATCH] Move baseline to JDK 17 In preparation for Quarkus 3.7 See https://quarkus.io/blog/jdk-17 --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .lgtm.yml | 2 +- pom.xml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30eea2a..f7f790c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,11 +38,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: distribution: temurin - java-version: 11 + java-version: 17 - name: Get Date id: get-date diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52bf1e2..20209c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,11 +29,11 @@ jobs: gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: distribution: temurin - java-version: 11 + java-version: 17 - name: Cache local Maven repository uses: actions/cache@v2 diff --git a/.lgtm.yml b/.lgtm.yml index ded87cd..80107f3 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -8,4 +8,4 @@ extraction: maven: version: "3.8.4" # Specify the Java version required to build the project - java_version: "11" \ No newline at end of file + java_version: "17" \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7b049f1..55381dc 100644 --- a/pom.xml +++ b/pom.xml @@ -26,8 +26,8 @@ 3.8.1 true - 11 - 11 + 17 + 17 UTF-8 UTF-8 3.6.0