Update build to java 11

This commit is contained in:
Frode Carlsen
2019-08-13 20:15:56 +02:00
committed by GitHub
parent c2b3b3547c
commit fe8779cca9

View File

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