Skip to content

Commit

Permalink
Fixes issue piranhacloud#3253 - Fix generating aggregate JavaDoc JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Feb 28, 2023
1 parent 7fe88ad commit 0ae571d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3 - name: Set up Java
uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
cache: 'maven'
Expand Down

0 comments on commit 0ae571d

Please sign in to comment.