added better logging to gradle (template)

This commit is contained in:
navid.sassan 2020-10-05 18:51:47 +02:00
parent e333487aac
commit add89937af

View File

@ -33,3 +33,9 @@ application {
// Define the main class for the application.
mainClassName = 'ch.zhaw.ads.ExBox'
}
test {
testLogging {
events "passed", "skipped", "failed", "standardOut", "standardError"
}
}