Skip to content

Commit a5baa9d

Browse files
authored
Update Java version in Javadoc publish workflow
1 parent f1ff196 commit a5baa9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
javadoc-branch: gh-pages
19-
java-version: 17
19+
java-version: 21
2020
target-folder: ''
2121
project: maven # or gradle
2222
# subdirectories: moduleA moduleB #for subdirectories support, needs to be run with custom command

0 commit comments

Comments
 (0)