diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 9ca5eaff..954e6c8d 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -17,10 +17,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 13 + - name: Set up JDK 11 uses: actions/setup-java@v3 with: - java-version: '13' + java-version: '11' distribution: 'temurin' server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file