added better logging to gradle (template)
This commit is contained in:
parent
e333487aac
commit
add89937af
@ -33,3 +33,9 @@ application {
|
|||||||
// Define the main class for the application.
|
// Define the main class for the application.
|
||||||
mainClassName = 'ch.zhaw.ads.ExBox'
|
mainClassName = 'ch.zhaw.ads.ExBox'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
testLogging {
|
||||||
|
events "passed", "skipped", "failed", "standardOut", "standardError"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user