Skip to content

Commit

Permalink
Update test-javadoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bindambc authored Aug 18, 2023
1 parent 898598b commit 4c30f18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Generate javadoc
run: |
mvn javadoc:javadoc

0 comments on commit 4c30f18

Please sign in to comment.