Skip to content

Commit 953c650

Browse files
committed
#343 Omit progress on Maven integration test
1 parent f37578f commit 953c650

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ tasks.register("cleanIntegrationTestMavenPlugin") {
143143
def result = exec {
144144
workingDir INTEGRATION_TEST_DIRECTORY_MAVEN
145145
if (System.getProperty("os.name") ==~ /Windows.*/) {
146-
commandLine "cmd", "/c", "mvnw.cmd", "clean", "-Dhsc.version=${project.version}", "-ssettings.xml"
146+
commandLine "cmd", "/c", "mvnw.cmd", "clean", "-Dhsc.version=${project.version}", "-ssettings.xml", "-B"
147147
} else {
148-
commandLine "./mvnw", "clean", "-Dhsc.version=${project.version}", "-ssettings.xml"
148+
commandLine "./mvnw", "clean", "-Dhsc.version=${project.version}", "-ssettings.xml", "-B"
149149
}
150150
}
151151

0 commit comments

Comments
 (0)