We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75b113 commit cbd105aCopy full SHA for cbd105a
.github/workflows/gradle-publish.yml
@@ -30,10 +30,10 @@ jobs:
30
31
steps:
32
- uses: actions/checkout@v4
33
- - name: Set up JDK 17
+ - name: Set up JDK 21
34
uses: actions/setup-java@v4
35
with:
36
- java-version: '17'
+ java-version: '21'
37
distribution: 'temurin'
38
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
39
settings-path: ${{ github. workspace }} # location for the settings.xml file
0 commit comments