From 7e508804a334ef2f67e9b2ed2c15f687784d6222 Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Sun, 26 Nov 2023 12:08:40 -0500 Subject: [PATCH 1/2] Initial support for OpenJDK 21 --- .github/workflows/build.yaml | 6 +++--- .idea/misc.xml | 3 +-- .idea/runConfigurations/App.xml | 2 +- ant/linux/linux.properties | 2 ++ ant/project.properties | 8 ++++---- ant/unix/unix-launcher.sh.in | 2 ++ src/qz/build/JLink.java | 6 +++++- 7 files changed, 18 insertions(+), 11 deletions(-) create mode 100644 ant/linux/linux.properties diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 576091ee6..51099484e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,7 +7,7 @@ jobs: runs-on: [ubuntu-latest] strategy: matrix: - java: [11, 17] + java: [21] steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 @@ -24,7 +24,7 @@ jobs: runs-on: [macos-latest] strategy: matrix: - java: [11, 17] + java: [21] steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 @@ -47,7 +47,7 @@ jobs: runs-on: [windows-latest] strategy: matrix: - java: [11, 17] + java: [21] steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 diff --git a/.idea/misc.xml b/.idea/misc.xml index 035c46ded..86eaf4790 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - @@ -8,5 +7,5 @@ - + \ No newline at end of file diff --git a/.idea/runConfigurations/App.xml b/.idea/runConfigurations/App.xml index da7e24112..1f8e8173a 100644 --- a/.idea/runConfigurations/App.xml +++ b/.idea/runConfigurations/App.xml @@ -3,7 +3,7 @@