Commit 103bb57c by luiz.nunes

Update assemble

parent 484e34ae
......@@ -15,12 +15,11 @@ echo "--> # MVN_ARGS = $MVN_ARGS"
echo "--> # GRADLE_ARGS = $GRADLE_ARGS"
if [ -f "mvnw" ]; then
./mvnw clean install $MVN_ARGS
elfi [ -f "gradlew" ]; then
./gradlew $GRADLE_ARGS
else
mvn clean install $MVN_ARGS
fi
if [ -f "gradlew" ]; then
./gradlew $GRADLE_ARGS
fi
# Fix source directory permissions
fix-permissions ./
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