From 2263f20bdeda7a003e091e017468608dc913f25e Mon Sep 17 00:00:00 2001 From: Alex Herbert Date: Thu, 26 May 2022 16:57:24 +0100 Subject: [PATCH] Correct java 11 build step --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6b94cd6b8..c90a311a7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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