Skip to content

Commit 5656d39

Browse files
authored
Merge pull request #2484 from yue9944882/workflow-bump-snapshot-workflow-java17
Workflow: Bumping snapshot workflow to JDK 17
2 parents 483f0dd + e9b0a6a commit 5656d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v3
2121
with:
2222
distribution: 'temurin'
23-
java-version: 8.0.x
23+
java-version: 17.0.x
2424
server-id: ossrh
2525
server-username: OSSRH_USERNAME
2626
server-password: OSSRH_TOKEN

0 commit comments

Comments
 (0)