stianh / gradle-jaxb-plugin

Gradle plugin for generating jaxb classes.
17 stars 11 forks source link

Set the encoding name for generated sources #15

Open javajefe opened 12 years ago

javajefe commented 12 years ago

Hi, according to improvment http://java.net/jira/browse/JAXB-499 now it is possible set encoding for generated sources. See also http://jaxb.java.net/nonav/2.2.5-2/docs/ch02.html#a-2-2-5u2 and http://jaxb.java.net/nonav/2.2.5-2/docs/ch04.html#section-356252324237826 .

So, please, add this ability to plugin. Without it we have a lot of WARNings during generating sources.