Merge branch '2.1.x'

Closes gh-17628
This commit is contained in:
Madhura Bhave
2019-07-24 13:39:45 -07:00
7 changed files with 136 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
SET "JAVA_HOME=C:\opt\jdk-8"
SET PATH=%PATH%;C:\Program Files\Git\usr\bin
cd git-repo
echo ".\mvnw clean install" > build.log
.\mvnw clean install >> build.log 2>&1 || (sleep 1 && tail -n 3000 build.log && exit 1)