build: update jdk path for windows

- need an automated solution for this
This commit is contained in:
Connor Tumbleson 2019-04-24 18:12:43 -04:00
parent cc194daf83
commit 813cd911f2

View File

@ -2,7 +2,7 @@
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
export GRADLE_OPTS=-Dorg.gradle.daemon=false
export PATH=$PATH:"/c/Program Files/Java/jdk1.8.0_201/bin"
export PATH=$PATH:"/c/Program Files/Java/jdk1.8.0_211/bin"
./gradlew.bat build shadowJar proguard
else
./gradlew build shadowJar proguard