xjc-gradle-plugin icon indicating copy to clipboard operation
xjc-gradle-plugin copied to clipboard

Quiet build is not actually quiet

Open coyotesqrl opened this issue 5 years ago • 1 comments

While the xjc processing is quiet when the flag is set, the call to JCodeModel.build() spits out the name of every generated file it builds to System.out.

It would be preferred to be fully quiet.

coyotesqrl avatar Feb 19 '20 19:02 coyotesqrl

spits out the name of every generated file it builds to System.out.

The Spring Framework team would also be grateful if there were a flag or mechanism to avoid having the generated file names printed to the console during our build.

sbrannen avatar Aug 07 '24 15:08 sbrannen