We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8215a67 commit 1167980Copy full SHA for 1167980
.github/workflows/maven-publish.yml
@@ -17,10 +17,10 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v3
20
- - name: Set up JDK 11
+ - name: Set up JDK 17
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