From 813cd911f251ae3497b90e12d766235b07f4bb77 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 24 Apr 2019 18:12:43 -0400 Subject: [PATCH] build: update jdk path for windows - need an automated solution for this --- scripts/travis-ci/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-ci/run-tests.sh b/scripts/travis-ci/run-tests.sh index 5f3616d8..114d7c2f 100755 --- a/scripts/travis-ci/run-tests.sh +++ b/scripts/travis-ci/run-tests.sh @@ -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