Skip to content

Commit d2178ab

Browse files
authored
Reduce build log sizes by removing download progress stats (#1271)
1 parent 4179983 commit d2178ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testkit/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def run(args):
1212

1313

1414
if __name__ == "__main__" and "TEST_SKIP_BUILD" not in os.environ:
15-
run(["mvn", "clean", "install", "-P", "!determine-revision", "-DskipTests"])
15+
run(["mvn", "--show-version", "--batch-mode", "clean", "install", "-P", "!determine-revision", "-DskipTests"])

0 commit comments

Comments
 (0)