We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b1db3 commit 6bba2a1Copy full SHA for 6bba2a1
.github/workflows/publish-javadoc.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Set up Java 17
27
uses: actions/setup-java@v3
28
with:
29
+ distribution: 'zulu'
30
java-version: 17
31
32
- name: Build with Maven and Generate Javadoc
0 commit comments