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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
190 B
Batchfile
Raw Normal View History

SET "JAVA_HOME=C:\opt\jdk-17"
2021-10-28 21:28:24 +08:00
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