We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ff196 commit a5baa9dCopy full SHA for a5baa9d
1 file changed
.github/workflows/publish-javadoc.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
javadoc-branch: gh-pages
19
- java-version: 17
+ java-version: 21
20
target-folder: ''
21
project: maven # or gradle
22
# subdirectories: moduleA moduleB #for subdirectories support, needs to be run with custom command
0 commit comments