Skip to content

Commit

Permalink
Update javadoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danthedaniel authored Jul 6, 2024
1 parent f392a81 commit afcc561
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 @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven

Expand All @@ -25,4 +25,4 @@ jobs:
branch: gh-pages
clean: true
folder: javadoc
target-folder: javadoc
target-folder: javadoc

0 comments on commit afcc561

Please sign in to comment.