We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b7a8e commit d1bf293Copy full SHA for d1bf293
.github/workflows/maven-publish.yml
@@ -13,11 +13,11 @@ jobs:
13
environment: ossrh
14
steps:
15
- uses: actions/checkout@v3
16
- - name: Set up JDK 11
+ - name: Set up JDK
17
uses: actions/setup-java@v3
18
with:
19
- java-version: '11'
20
- distribution: 'temurin'
+ java-version: '21'
+ distribution: 'corretto'
21
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
22
server-username: MAVEN_USERNAME
23
server-password: MAVEN_PASSWORD
0 commit comments