Skip to content

Commit f0aa29f

Browse files
committed
moved showing of test output to main gradle build file
1 parent 845bf23 commit f0aa29f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ dependencies {
2525
'org.bouncycastle:bcprov-jdk15on:latest.integration',
2626
'net.lingala.zip4j:zip4j:latest.integration',
2727
'org.kamranzafar:jtar:latest.integration'
28+
}
29+
30+
test { //show test output
31+
testLogging.showStandardStreams = true
2832
}

code-quality.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ configurations {
1818
integrationTestRuntime.extendsFrom testRuntime
1919
}
2020

21-
test { //show test output
22-
testLogging.showStandardStreams = true
23-
}
24-
2521
jacoco {
2622
toolVersion = "0.7.5.201505241946" //needed for jenkins to report code coverage correctly
2723
}

0 commit comments

Comments
 (0)