Skip to content

Commit 7f128fc

Browse files
committed
suppress download progress in IT
1 parent 67c14ac commit 7f128fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hermetic_build/library_generation/tests/integration_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ def __download_generator_jar(cls, coordinates_file: str) -> None:
220220
[
221221
"mvn",
222222
"dependency:copy",
223+
"-B",
224+
"-ntp",
223225
f"-Dartifact={coordinates}",
224226
f"-DoutputDirectory={config_dir}",
225227
]

0 commit comments

Comments
 (0)