We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1d8f0 commit cb2427aCopy full SHA for cb2427a
.github/workflows/mavenpublish.yml
@@ -13,11 +13,12 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v2
17
- - name: Set up Java 11
18
- uses: actions/setup-java@v1
+ - uses: actions/checkout@v4
+ - name: Set up Java 21
+ uses: actions/setup-java@v3
19
with:
20
- java-version: 11
+ distribution: 'temurin'
21
+ java-version: '21'
22
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
23
settings-path: ${{ github.workspace }} # location for the settings.xml file
24
0 commit comments