Changed compiler compliance to 11, added module-info

This commit is contained in:
2020-03-07 19:44:01 +01:00
parent 9fa8686c7c
commit 16b0a338a7
5 changed files with 28 additions and 9 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: 1.8
java-version: 11
- name: Build with Maven
run: mvn -B package --file pom.xml