From f5f86f65a7949001af6e8fca3b7b31ae37f714d3 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Wed, 27 Sep 2023 10:27:50 +0200 Subject: [PATCH] build with JDK 21 GA --- .github/workflows/build.yml | 8 ++++---- .github/workflows/publish-central.yml | 2 +- .github/workflows/publish-github.yml | 2 +- .idea/misc.xml | 2 +- README.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b932ef4..0c8b3ee9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: - java-version: 21-ea + java-version: 21 distribution: 'zulu' cache: 'maven' - name: Setup fuse @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: - java-version: 21-ea + java-version: 21 distribution: 'zulu' cache: 'maven' - name: Setup fuse @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: - java-version: 21-ea + java-version: 21 distribution: 'zulu' cache: 'maven' - name: Setup fuse @@ -83,7 +83,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-java@v3 with: - java-version: 21-ea + java-version: 21 distribution: 'zulu' cache: 'maven' - name: Cache SonarCloud packages diff --git a/.github/workflows/publish-central.yml b/.github/workflows/publish-central.yml index 1f285408..7e0f69c6 100644 --- a/.github/workflows/publish-central.yml +++ b/.github/workflows/publish-central.yml @@ -15,7 +15,7 @@ jobs: ref: "refs/tags/${{ github.event.inputs.tag }}" - uses: actions/setup-java@v3 with: - java-version: 21-ea + java-version: 21 distribution: 'zulu' cache: 'maven' server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml diff --git a/.github/workflows/publish-github.yml b/.github/workflows/publish-github.yml index d28dbb31..93cd14b6 100644 --- a/.github/workflows/publish-github.yml +++ b/.github/workflows/publish-github.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: - java-version: 21-ea + java-version: 21 distribution: 'zulu' cache: 'maven' gpg-private-key: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} # Value of the GPG private key to import diff --git a/.idea/misc.xml b/.idea/misc.xml index fe432516..ee700a1c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/README.md b/README.md index b55786c7..b5841ca4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # jFUSE -Zero-Dependency Java bindings for FUSE using [JEP 4442](https://openjdk.org/jeps/442). +Zero-Dependency Java bindings for FUSE using [JEP 442](https://openjdk.org/jeps/442). ## Status