We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ab7e9 commit 013390bCopy full SHA for 013390b
pull_and_build.sh
@@ -24,7 +24,7 @@ rm -f "${LOG}"
24
RPI_ARG="-PraspberryPi"
25
echo "Building on Raspberry PI"
26
else
27
- RPI_ARG=""
+ RPI_ARG="-Pdummy"
28
fi
29
./gradlew --info clean fullPackage "${RPI_ARG}" "-DVERSION=${VERSION}" "-DCLIENT_SECRET_PATH=$HOME/java/clientSecret.json"
30
} >>"${LOG}" 2>&1
0 commit comments