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 83f343c commit 0bfced3Copy full SHA for 0bfced3
.github/workflows/publish-javadoc.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/setup-java@v3
18
with:
19
java-version: 8
20
- distribution: ubuntu-latest
+ distribution: 'temurin'
21
cache: maven
22
23
- name: Generate Javadoc
0 commit comments