Changed compiler compliance to 11, modularized all packages (#16)

* Created module- and package-info.java and changed JRE from 8 to 11

* Using JDK 11 as Build JDK and Maven build

Co-authored-by: Haramus Samsamus <kske@outlook.de>
This commit is contained in:
delvh
2020-03-07 17:29:52 +01:00
committed by GitHub
parent 6200317e09
commit 07e59a0d2d
10 changed files with 264 additions and 204 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