From 294624ae3158a619f760da73d193910876d7bbb3 Mon Sep 17 00:00:00 2001 From: Naama Bendalak <74866605+8naama@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:16:34 +0200 Subject: [PATCH] Add distribution --- .github/workflows/mvn-deploy-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mvn-deploy-release.yaml b/.github/workflows/mvn-deploy-release.yaml index 577108d..6b4fb08 100644 --- a/.github/workflows/mvn-deploy-release.yaml +++ b/.github/workflows/mvn-deploy-release.yaml @@ -20,6 +20,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: 11 + distribution: 'zulu' - name: Create settings-security.xml run: | echo '' > ~/.m2/settings-security.xml @@ -33,4 +34,4 @@ jobs: gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} nexus_username: ${{ secrets.OSSRH_USERNAME }} nexus_password: ${{ secrets.OSSRH_PASSWORD }} - server_id: ossrh-nexus \ No newline at end of file + server_id: ossrh-nexus