Skip to content

Commit fd307c4

Browse files
authored
Update maven-publish.yml
1 parent 5038349 commit fd307c4

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
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Set up JDK 11
18+
- name: Set up JDK 21
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: '11'
21+
java-version: '21'
2222
distribution: 'temurin'
2323
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2424
settings-path: ${{ github.workspace }} # location for the settings.xml file

0 commit comments

Comments
 (0)