Merge pull request #139 from aibaars/maven-batch

maven.yml: add `-B` to the maven command line
This commit is contained in:
Mike Coutermarsh
2019-09-24 16:47:41 -07:00
committed by GitHub
+1 -1
View File
@@ -14,4 +14,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Maven
run: mvn package --file pom.xml
run: mvn -B package --file pom.xml