Skip to content

Commit

Permalink
Use fixed Maven version due to some plugins not working with 3.9.x (#771
Browse files Browse the repository at this point in the history
)

Signed-off-by: Roberto Cortez <radcortez@yahoo.com>
  • Loading branch information
radcortez committed Mar 6, 2023
1 parent 243a9e8 commit ad16923
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -47,4 +47,6 @@ jobs:
java-version: ${{matrix.java}}

- name: build with maven
run: mvn -ntp formatter:validate install
run: |
mvn -q -N io.takari:maven:0.7.7:wrapper -Dmaven=3.8.7 && ./mvnw -v
./mvnw -ntp formatter:validate install

0 comments on commit ad16923

Please sign in to comment.