Tell Maven to also build Java 11 for once

This commit is contained in:
Ryan 2021-03-06 19:28:38 +00:00 committed by GitHub
parent 150e25072a
commit 694d9614c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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