We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9628b commit b1090a5Copy full SHA for b1090a5
.github/workflows/maven-publish.yml
@@ -21,6 +21,7 @@ jobs:
21
uses: actions/setup-java@v1
22
with:
23
java-version: 11
24
+ distribution: 'zulu'
25
26
- name: Configure Git user
27
run: |
0 commit comments