Skip to content

Commit e8cfc4d

Browse files
committed
Disable verbose JiBX logging in Gradle build
1 parent 7625fc0 commit e8cfc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-oxm/spring-oxm.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
8686
classname: "org.jibx.binding.ant.CompileTask",
8787
classpath: configurations.jibx.asPath)
8888

89-
jibx(verbose: true, load: true, binding: bindingXml) {
89+
jibx(verbose: false, load: true, binding: bindingXml) {
9090
classpathset(dir: sourceSets.test.java.outputDir) {
9191
include(name: "**/jibx/**/*")
9292
}

0 commit comments

Comments
 (0)