1
0
mirror of https://github.com/ErnyTech-Archive/JTDLib synced 2024-09-05 14:06:00 +02:00
JTDLib/jitpack.yml

5 lines
253 B
YAML
Raw Normal View History

before_install:
- curl -s https://gist.githubusercontent.com/ErnyTech/5ab454bbb0150a38bed8355bf9cb0e05/raw/c0487edd8d8d91b878b34b0a5699e4c29db72c78/jitpack.sh | bash -s
- export JAVA_HOME="$(pwd)/jdk-10.0.2"
- export PATH=$JAVA_HOME/bin:$PATH