Skip to content

Commit 8664c5e

Browse files
committed
add --no-transfer-progress flag to maven invocation
1 parent 2d9fc92 commit 8664c5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsif-java/src/main/scala/com/sourcegraph/lsif_java/buildtools/MavenBuildTool.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class MavenBuildTool(index: IndexCommand) extends BuildTool("Maven", index) {
4040
// issue for this repo.
4141
s"-Dmaven.compiler.compilerId=javac",
4242
s"-Dmaven.compiler.executable=$executable",
43-
s"-Dmaven.compiler.fork=true"
43+
s"-Dmaven.compiler.fork=true",
44+
s"--no-transfer-progress"
4445
)
4546
buildCommand ++=
4647
index.finalBuildCommand(

0 commit comments

Comments
 (0)