Disable verbose JiBX logging in Gradle build

This commit is contained in:
Sam Brannen 2019-03-31 13:26:38 +02:00
parent 7625fc0262
commit e8cfc4df45
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
classname: "org.jibx.binding.ant.CompileTask",
classpath: configurations.jibx.asPath)
jibx(verbose: true, load: true, binding: bindingXml) {
jibx(verbose: false, load: true, binding: bindingXml) {
classpathset(dir: sourceSets.test.java.outputDir) {
include(name: "**/jibx/**/*")
}