Update maven.yml

This commit is contained in:
Jordan Zimmerman
2020-12-11 13:51:51 -05:00
committed by GitHub
parent 467bcc9041
commit 015287608b

View File

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