mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 03:43:54 +01:00
518e14a7bf
Closes gh-19630
5 lines
193 B
Batchfile
Executable File
5 lines
193 B
Batchfile
Executable File
SET "JAVA_HOME=C:\opt\jdk-8"
|
|
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
|