Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schüth authored Sep 13, 2019
1 parent bc9e65a commit 7a49fb5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
with:
java-version: 1.8
- name: Build with Maven
env:
JAVA_1_11_HOME: "/usr/lib/jvm/zulu-11-azure-amd64"
JAVA_1_8_HOME: "/usr/lib/jvm/zulu-8-azure-amd64"
run: |
JAVA_1_11_HOME=$JAVA_HOME_11_X64 mvn package -DskipTests -Dskip.unit.tests -Dskip.performance.tests -Dskip.cluster.tests
--file pom.xml
mvn package -DskipTests -Dskip.unit.tests -Dskip.performance.tests -Dskip.cluster.tests --file pom.xml

0 comments on commit 7a49fb5

Please sign in to comment.