spring-boot/ci/scripts/build-project-windows.bat

5 lines
142 B
Batchfile
Raw Normal View History

SET "JAVA_HOME=C:\opt\jdk-8"
SET PATH=%PATH%;C:\Program Files\Git\usr\bin
cd git-repo
.\gradlew --no-daemon --max-workers=4 --quiet build