From c9496f0bbd653a10798810943c0b7f392015b5c8 Mon Sep 17 00:00:00 2001 From: Roberto Cortez Date: Wed, 7 Sep 2022 13:43:37 +0100 Subject: [PATCH] Release with 12 due to Nexus Staging pluging issue --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12bd6a57..0febf759 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,8 @@ jobs: - uses: actions/setup-java@v1 with: - java-version: 17 + # https://issues.sonatype.org/browse/NEXUS-31214 + java-version: 12 - name: maven release ${{steps.metadata.outputs.current-version}} run: |