spring-boot/ci/scripts/build-project-windows.bat
Scott Frederick e38e721322 Use Java 17 for Windows CI build
See gh-28101
2021-12-13 13:12:26 -06:00

5 lines
190 B
Batchfile
Executable File

SET "JAVA_HOME=C:\opt\jdk-17"
SET PATH=%PATH%;C:\Program Files\Git\usr\bin
cd git-repo
.\gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 build