Skip to content

Commit

Permalink
Correct java 11 build step
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed May 26, 2022
1 parent 1e8fb46 commit 2263f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -47,4 +47,4 @@ jobs:
- name: Build examples with Maven
# Examples require Java 11+
if: contains(matrix.java, '11')
run: -P commons-numbers-examples --projects commons-numbers-examples verify apache-rat:check checkstyle:check
run: mvn -P commons-numbers-examples --projects commons-numbers-examples verify apache-rat:check checkstyle:check

0 comments on commit 2263f20

Please sign in to comment.