We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8f71d commit 91180b2Copy full SHA for 91180b2
1 file changed
.github/workflows/maven-publish.yml
@@ -16,10 +16,10 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
- - name: Set up JDK 17
+ - name: Set up JDK 21
20
uses: actions/setup-java@v3
21
with:
22
- java-version: '17'
+ java-version: '21'
23
distribution: 'temurin'
24
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
25
settings-path: ${{ github.workspace }} # location for the settings.xml file
0 commit comments