Skip to content

Commit c8c62f4

Browse files
committed
chore: Use Corretto 17 for release builds
1 parent 51ea4a4 commit c8c62f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-java@v3
2424
with:
2525
distribution: 'corretto'
26-
java-version: 8
26+
java-version: 17
2727
server-id: sonatype-nexus-staging
2828
server-username: MAVEN_USERNAME
2929
server-password: MAVEN_PASSWORD

0 commit comments

Comments
 (0)