Skip to content

Commit cbd105a

Browse files
authored
update gradle-publish.yml to use JDK 21
1 parent c75b113 commit cbd105a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v4
33-
- name: Set up JDK 17
33+
- name: Set up JDK 21
3434
uses: actions/setup-java@v4
3535
with:
36-
java-version: '17'
36+
java-version: '21'
3737
distribution: 'temurin'
3838
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
3939
settings-path: ${{ github. workspace }} # location for the settings.xml file

0 commit comments

Comments
 (0)