From 0e4ad948f8eb270f08e96ece46399ec55a40f52a Mon Sep 17 00:00:00 2001 From: 1nb0und <133918079+1nb0und@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:51:20 -0500 Subject: [PATCH] feat: use java 21 --- .github/workflows/mvn-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mvn-release.yml b/.github/workflows/mvn-release.yml index e27c33e41..f35cfd286 100644 --- a/.github/workflows/mvn-release.yml +++ b/.github/workflows/mvn-release.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Java environment uses: actions/setup-java@v4 with: - java-version: 17 + java-version: 21 distribution: zulu cache: maven gpg-private-key: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }}