Skip to content

Commit

Permalink
Install maven in windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
randomanderson committed Nov 22, 2021
1 parent aaca3ce commit b2f8caa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ jobs:
<<: *default_steps
windows-openjdk12:
executor: win/default
<<: *default_steps
steps:
- checkout
- run: |
choco install maven
- run: |
mvn clean install
workflows:
version: 2
Expand Down

0 comments on commit b2f8caa

Please sign in to comment.