Skip to content

Commit

Permalink
add --no-transfer-progress flag to maven invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Strum355 committed Apr 26, 2021
1 parent 2d9fc92 commit 8664c5e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class MavenBuildTool(index: IndexCommand) extends BuildTool("Maven", index) {
// issue for this repo.
s"-Dmaven.compiler.compilerId=javac",
s"-Dmaven.compiler.executable=$executable",
s"-Dmaven.compiler.fork=true"
s"-Dmaven.compiler.fork=true",
s"--no-transfer-progress"
)
buildCommand ++=
index.finalBuildCommand(
Expand Down

0 comments on commit 8664c5e

Please sign in to comment.