Skip to content

Commit

Permalink
casid#53 install maven dependencies on build
Browse files Browse the repository at this point in the history
  • Loading branch information
casid committed Feb 13, 2021
1 parent dbaee5a commit eafa0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: contains(matrix.os, 'win') == false
run: chmod +x ./mvnw
- name: Build with Maven
run: ./mvnw package --file pom.xml --batch-mode
run: ./mvnw install --file pom.xml --batch-mode
env:
MAVEN_OPTS: -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- name: Build Gradle Plugin
Expand Down

0 comments on commit eafa0f1

Please sign in to comment.