diff --git a/jitpack.yml b/jitpack.yml new file mode 100644 index 0000000..0430010 --- /dev/null +++ b/jitpack.yml @@ -0,0 +1,6 @@ +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 \ No newline at end of file