Skip to content

Commit

Permalink
Force artifact install when building javadocs in CI (#814)
Browse files Browse the repository at this point in the history
Closes #742
  • Loading branch information
abelsromero committed Apr 1, 2024
1 parent 2846337 commit 246a214
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
java-distribution: 'temurin'
java-version: ${{ matrix.java }}
maven-version: ${{ matrix.maven }}
- name: Build & Test
run: mvn -B clean javadoc:jar
- name: Build javadoc
run: mvn clean install -DskipTests && mvn clean javadoc:javadoc
signature:
name: Sign artifacts
environment: test
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/main[co

== Unreleased

Build / Infrastructure::

* Fix javadoc check flake in CI (#814)

== v3.0.0 (2024-01-30)

Bug Fixes::
Expand Down

0 comments on commit 246a214

Please sign in to comment.