Skip to content

Commit

Permalink
fix: javadoc build
Browse files Browse the repository at this point in the history
  • Loading branch information
szysas committed Sep 25, 2024
1 parent 2d05518 commit 4fab51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle
run: ./gradlew build jacocoTestReport -i
run: ./gradlew build jacocoTestReport javadoc -i
- uses: codecov/codecov-action@v4
if: matrix.java == '21'
env:
Expand Down

0 comments on commit 4fab51e

Please sign in to comment.