Updated to Java 17

This commit is contained in:
Auxilor
2021-11-28 11:01:12 +00:00
parent 32c17aa3ae
commit 3a7a938e7f
6 changed files with 13 additions and 13 deletions

View File

@@ -14,11 +14,11 @@ jobs:
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 16
java-version: 17
- name: Setup build cache
uses: actions/cache@v2.1.6