Gradle test logging settings

This commit is contained in:
Rsl1122 2018-12-26 20:58:16 +02:00
parent 81e3f37cf0
commit da3a19d913

View File

@ -12,6 +12,13 @@ allprojects {
group "com.djrapitops"
version "4.6.0-SNAPSHOT"
test {
testLogging {
events "passed", "failed"
exceptionFormat "full"
}
}
}
subprojects {