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
|