Update maven.yml

master
subhra74 2020-01-14 01:34:09 +01:00 committed by GitHub
parent dc7c61a3b0
commit 08e7970c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file app/pom.xml