Skip to content

Commit

Permalink
Update javadoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebarkmin authored Jan 24, 2025
1 parent bbcca09 commit fa82a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: Build with Maven
run: ant -f resources/build.xml
- name: Setup Pages
Expand All @@ -35,4 +35,4 @@ jobs:
path: distribution/javadoc
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit fa82a6f

Please sign in to comment.