1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-28 08:12:18 +00:00

Merge pull request #9 from joecharamut/1.17.1

Force Jitpack to actually use Java 16 instead of Java 8
This commit is contained in:
Merith 2021-10-28 10:22:25 -07:00 committed by GitHub
commit 9f2e43f00a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
jitpack.yml Normal file
View File

@ -0,0 +1,5 @@
before_install:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- source ./install-jdk.sh --feature 16 --license GPL
jdk:
- openjdk16