Fixed NetworkHandlerTest

This commit is contained in:
2015-10-15 15:34:04 +02:00
parent 409100ab20
commit 4913a21b11
2 changed files with 17 additions and 3 deletions

View File

@ -13,6 +13,12 @@ subprojects {
mavenCentral()
}
test {
testLogging {
exceptionFormat = 'full'
}
}
task javadocJar(type: Jar) {
classifier = 'javadoc'
from javadoc