Update maven-publish.yml

This commit is contained in:
Anas Elgarhy 2022-03-25 20:37:40 +02:00 committed by GitHub
parent c4ac9005be
commit 2091cc4c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ jobs:
- name: Set up JDK 11 - name: Set up JDK 11
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
java-version: '18' distribution: 'temurin' # See 'Supported distributions' for available options
distribution: 'openjdk' java-version: '17'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file settings-path: ${{ github.workspace }} # location for the settings.xml file