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 fda4a4e commit af1ac70Copy full SHA for af1ac70
.github/workflows/maven-release.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Java & publishing credentials
18
uses: actions/setup-java@v1
19
with:
20
- java-version: 8
+ java-version: 17
21
server-id: sonatype-nexus-staging # Value of the distributionManagement/repository/id field of the pom.xml
22
server-username: SONATYPE_USERNAME # env variable for username in deploy
23
server-password: SONATYPE_PASSWORD # env variable for token in deploy
0 commit comments