6 lines
241 B
YAML
6 lines
241 B
YAML
before_install:
|
|
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
|
|
- source ./install-jdk.sh --feature 17 --license GPL
|
|
- jshell --version
|
|
|
|
# stolen from https://github.com/Ste3et/ProtectionLib/blob/master/jitpack.yml lol |