Skip to content

Commit

Permalink
Force artifact install when building javadocs in CI
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 7873134
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
java-version: ${{ matrix.java }}
maven-version: ${{ matrix.maven }}
- name: Build & Test
run: mvn -B clean javadoc:jar
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 7873134

Please sign in to comment.