1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-30 00:57:55 +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

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