Skip to content

Commit b1090a5

Browse files
Update maven-publish.yml
Specifying distribution for JDK
1 parent 2b9628b commit b1090a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-java@v1
2222
with:
2323
java-version: 11
24+
distribution: 'zulu'
2425

2526
- name: Configure Git user
2627
run: |

0 commit comments

Comments
 (0)