Skip to content

Commit

Permalink
Use correct examples profile
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Jun 25, 2024
1 parent 4346af5 commit 4b9e89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
# Here we run the build and javadoc generation separately (which requires install of sources)
if: matrix.java > 8
run: |
mvn --show-version --batch-mode --no-transfer-progress -P commons-numbers-examples clean install -Dmaven.javadoc.skip
mvn --show-version --batch-mode --no-transfer-progress -P commons-numbers-examples javadoc:javadoc
mvn --show-version --batch-mode --no-transfer-progress -P commons-rng-examples clean install -Dmaven.javadoc.skip
mvn --show-version --batch-mode --no-transfer-progress -P commons-rng-examples javadoc:javadoc

0 comments on commit 4b9e89b

Please sign in to comment.