Skip to content

Commit fa82a6f

Browse files
authored
Update javadoc.yml
1 parent bbcca09 commit fa82a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/javadoc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-java@v2
2525
with:
2626
distribution: 'temurin'
27-
java-version: '17'
27+
java-version: '21'
2828
- name: Build with Maven
2929
run: ant -f resources/build.xml
3030
- name: Setup Pages
@@ -35,4 +35,4 @@ jobs:
3535
path: distribution/javadoc
3636
- name: Deploy to GitHub Pages
3737
id: deployment
38-
uses: actions/deploy-pages@v4
38+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)