Skip to content

Commit d1bf293

Browse files
authored
Update maven-publish.yml
1 parent 12b7a8e commit d1bf293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
environment: ossrh
1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: Set up JDK 11
16+
- name: Set up JDK
1717
uses: actions/setup-java@v3
1818
with:
19-
java-version: '11'
20-
distribution: 'temurin'
19+
java-version: '21'
20+
distribution: 'corretto'
2121
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
2222
server-username: MAVEN_USERNAME
2323
server-password: MAVEN_PASSWORD

0 commit comments

Comments
 (0)