DATAREDIS-249 - Improve logging for tests in Gradle build.
Changed exceptionFormat to full in order to get more detail StackTrace information for exceptions during test execution.
This commit is contained in:
@@ -208,6 +208,10 @@ task distZip(type: Zip, dependsOn: [jar, docsZip, schemaZip, sourcesJar, javadoc
|
||||
|
||||
tasks.withType(Test) {
|
||||
systemProperty 'runLongTests', System.getProperty('runLongTests')
|
||||
|
||||
testLogging {
|
||||
exceptionFormat = 'full'
|
||||
}
|
||||
}
|
||||
|
||||
artifacts {
|
||||
|
||||
Reference in New Issue
Block a user