Add 1.17 support

This commit is contained in:
Jikoo
2021-06-11 10:50:50 -04:00
parent 9fccea60f7
commit 07a8e3b973
8 changed files with 1851 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set Up Java
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 16
# Use cache to speed up build
- name: Cache Maven Repo