Skip to content

Commit

Permalink
remove unused flag -DskipTests
Browse files Browse the repository at this point in the history
remove unused flag -DskipTests
  • Loading branch information
ashitsalesforce committed Jun 26, 2023
1 parent 5b0da46 commit 85c2f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlbuilder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ run_mvn() {
zip -q -d ${HOME}/.m2/repository/org/apache/logging/log4j/log4j-core/${log4j_version_num}/log4j-core-${log4j_version_num}.jar org/apache/logging/log4j/core/appender/db/jdbc/JdbcAppender.class

# build uber jar
mvn clean package -DskipTests
mvn clean package
}

#################
Expand Down

0 comments on commit 85c2f74

Please sign in to comment.