Skip to content

Commit

Permalink
Update maven-release.yaml java version (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
saieshwarm authored Jan 25, 2024
1 parent fda4a4e commit af1ac70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Java & publishing credentials
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 17
server-id: sonatype-nexus-staging # Value of the distributionManagement/repository/id field of the pom.xml
server-username: SONATYPE_USERNAME # env variable for username in deploy
server-password: SONATYPE_PASSWORD # env variable for token in deploy
Expand Down

0 comments on commit af1ac70

Please sign in to comment.