Files
spring-boot/ci/scripts/build-project-windows.bat
Andy Wilkinson ce99db1902 Port the build to Gradle
Closes gh-19609
Closes gh-19608
2020-01-10 14:15:35 +00:00

5 lines
134 B
Batchfile
Executable File

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 build