Commit 472e99b3 by luiz.nunes

Update assemble

parent 103bb57c
......@@ -15,7 +15,7 @@ echo "--> # MVN_ARGS = $MVN_ARGS"
echo "--> # GRADLE_ARGS = $GRADLE_ARGS"
if [ -f "mvnw" ]; then
./mvnw clean install $MVN_ARGS
elfi [ -f "gradlew" ]; then
elif [ -f "gradlew" ]; then
./gradlew $GRADLE_ARGS
else
mvn clean install $MVN_ARGS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment