There was an error while loading. Please reload this page.
1 parent eebe29a commit 9ad9b58Copy full SHA for 9ad9b58
.github/workflows/maven-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up JDK 11
21
uses: actions/setup-java@v3
22
with:
23
- java-version: '11'
+ java-version: '17'
24
distribution: 'temurin'
25
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
26
settings-path: ${{ github.workspace }} # location for the settings.xml file
0 commit comments