Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit 3455add

Browse files
committed
fix: ant task not in verbose mode
Verbose mode for ant xjc task is not required. Fix issue #13
1 parent 5494286 commit 3455add

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎plugin/src/main/groovy/no/entitas/gradle/jaxb/plugin/JaxbTask.groovy‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public class JaxbTask extends SourceTask {
8181
packageName: packageName,
8282
classpath: project.configurations.compile.asPath) {
8383
source.addToAntBuilder(ant, 'schema', FileCollection.AntType.FileSet)
84-
arg(value: '-verbose')
8584
arg(value: '-episode')
8685
arg(value: "${metaInfDirectory}/sun-jaxb.episode")
8786
}

0 commit comments

Comments
 (0)