Skip to content

Commit 5b4c060

Browse files
author
ylexus
committed
use verbose gradle output on VM builds
1 parent ffe28dd commit 5b4c060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pull_and_build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ del %LOG%
66
git fetch --all >>%LOG% 2>&1
77
git reset --hard origin/master >>%LOG% 2>&1
88
echo 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
1010
goto eof
1111

1212
:error

pull_and_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)