Skip to content

Commit 1696776

Browse files
committed
limiting the size of maven example project build logs
1 parent aaa19af commit 1696776

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build-logic/src/testBuildingExamples/kotlin/dfbuild/buildExampleProjects/TestBuildingExampleProjects.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ abstract class TestBuildingExampleProjects {
8787
pomFile = folder.resolve("pom.xml")
8888
goals = listOf("clean", "compile")
8989
setLocalRepositoryDirectory(File(getGradleProperty("maven.repo.local")!!))
90+
addArgs(listOf("--no-transfer-progress", "-B"))
9091
},
9192
).let { result ->
9293
if (result.exitCode != 0) {

0 commit comments

Comments
 (0)