Closed hygl closed 13 years ago
You do not need to add the jaxb-xjc dependency as that is included in the plugin. Or do you need that specific version?
No, I did not get the jaxb-xjc jar at all before. However It works form me now, can not reproduce the bug.
Version 1.1-SNAPSHOT Gradle 1.0 Milestone 3
I have added jaxb-xjc as a dependecy:
dependencies { classpath module(group: 'no.entitas', name: 'gradle-jaxb-plugin', version: '1.1-SNAPSHOT'){ dependency "com.sun.xml.bind:jaxb-xjc:2.2.4-1" }