Skip to content

Commit 18e1be6

Browse files
authored
Update publish-artifacts.yml
1 parent fa3d627 commit 18e1be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-artifacts.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@v4
2424
with:
2525
distribution: 'temurin'
26-
java-version: 8
26+
java-version: 11
2727
- name: Publish to Maven Central
2828
run: |
2929
if [[ $(git tag --points-at HEAD) != '' ]]; then

0 commit comments

Comments
 (0)