File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ del %LOG%
66git fetch --all >> %LOG% 2 >& 1
77git reset --hard origin/master >> %LOG% 2 >& 1
88echo Version=%1 >> %LOG%
9- gradlew clean fullPackage -DVERSION=%1 -DCLIENT_SECRET_PATH=c:\java\clientSecret.json >> %LOG% 2 >& 1
9+ gradlew --info clean fullPackage -DVERSION=%1 -DCLIENT_SECRET_PATH=c:\java\clientSecret.json >> %LOG% 2 >& 1
1010goto eof
1111
1212:error
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ rm -f "${LOG}"
2626 else
2727 RPI_ARG=" "
2828 fi
29- ./gradlew clean fullPackage " ${RPI_ARG} " " -DVERSION=${VERSION} " " -DCLIENT_SECRET_PATH=$HOME /java/clientSecret.json"
29+ ./gradlew --info clean fullPackage " ${RPI_ARG} " " -DVERSION=${VERSION} " " -DCLIENT_SECRET_PATH=$HOME /java/clientSecret.json"
3030} >> " ${LOG} " 2>&1
You can’t perform that action at this time.
0 commit comments