Fix location of java home for windows build

See gh-865
This commit is contained in:
Madhura Bhave 2019-06-14 10:30:34 -07:00
parent 7f20525112
commit 60d2365196

View File

@ -1,3 +1,3 @@
SET "JAVA_HOME=C:\opt\jdk1.8.0_161"
SET "JAVA_HOME=C:\opt\jdk-8"
cd git-repo
./mvnw clean install -X