Use JDK 16 on Jitpack

This commit is contained in:
Aurora Lahtela 2022-02-16 20:40:21 +02:00 committed by GitHub
parent ffd4f23c33
commit 38698620a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
jdk:
- openjdk17
- openjdk16
before_install:
- sdk install java 17.0.1-open
- sdk use java 17.0.1-open
- sdk install java 16.0.1-open
- sdk use java 16.0.1-open
install:
- cd Plan
- ./gradlew shadowJar