-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix and test Javadoc generation (#708)
- Loading branch information
1 parent
88aa5ae
commit b8a34e1
Showing
4 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,3 +45,23 @@ jobs: | |
run: mvn -version | ||
- name: Build & Test | ||
run: mvn -B -Prun-its clean verify | ||
javadocs: | ||
name: Javadocs | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: | ||
- ubuntu-latest | ||
java: | ||
- 11 | ||
maven: | ||
- 3.9.6 | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- uses: s4u/[email protected] | ||
with: | ||
java-distribution: 'temurin' | ||
java-version: ${{ matrix.java }} | ||
maven-version: ${{ matrix.maven }} | ||
- name: Build & Test | ||
run: mvn -B clean javadoc:jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters