Skip to content

Commit b3774a0

Browse files
Fixing GitHub workflow for JavaDoc building
1 parent 075aa3c commit b3774a0

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
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-java@v4
2323
with:
2424
distribution: temurin
25-
java-version: 17
25+
java-version: 21
2626

2727
- name: Build Javadoc
2828
run: mvn javadoc:javadoc

0 commit comments

Comments
 (0)