diff --git a/.github/workflows/publish-maven.yml b/.github/workflows/publish-maven.yml index 5cf4407..ba5e7ac 100644 --- a/.github/workflows/publish-maven.yml +++ b/.github/workflows/publish-maven.yml @@ -22,8 +22,8 @@ jobs: - name: set up JDK uses: actions/setup-java@v4 with: - java-version: 17 - distribution: temurin + java-version: 21 + distribution: zulu check-latest: true cache: "gradle" - name: Save Private Key