Skip to content

Commit e902f8b

Browse files
chore: update java version
1 parent dea388c commit e902f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

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

1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: Set up JDK 11
16+
- name: Set up JDK 21
1717
uses: actions/setup-java@v3
1818
with:
19-
java-version: '11'
19+
java-version: '21'
2020
distribution: 'temurin'
2121
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2222
settings-path: ${{ github.workspace }} # location for the settings.xml file

0 commit comments

Comments
 (0)