Disable verbose JiBX logging in Gradle build

master
Sam Brannen 6 years ago
parent 7625fc0262
commit e8cfc4df45
  1. 2
      spring-oxm/spring-oxm.gradle

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

Loading…
Cancel
Save