We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37ad52 commit b0329d6Copy full SHA for b0329d6
src/scripts/build.sh
@@ -5,5 +5,5 @@ DESTINATION_FILE=../../lib/openlrw.jar
5
cd `dirname $0`
6
cd src/OpenLRW
7
git pull
8
-mvn -DskipTests=true clean install
+mvn -DskipTests=false clean install
9
cp $JAR_FILE $DESTINATION_FILE
0 commit comments