Skip to content

Commit af1ac70

Browse files
authored
Update maven-release.yaml java version (#435)
1 parent fda4a4e commit af1ac70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Java & publishing credentials
1818
uses: actions/setup-java@v1
1919
with:
20-
java-version: 8
20+
java-version: 17
2121
server-id: sonatype-nexus-staging # Value of the distributionManagement/repository/id field of the pom.xml
2222
server-username: SONATYPE_USERNAME # env variable for username in deploy
2323
server-password: SONATYPE_PASSWORD # env variable for token in deploy

0 commit comments

Comments
 (0)