You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear all,
Could you please help.
When I set the docLocale I get an exception on running xjcGenerate:
A failure occurred while executing org.unbrokendome.gradle.plugins.xjc.work.xjc23.XjcGeneratorWorkAction
Could not serialize unit of work.
> java.lang.NullPointerException (no error message)
It happens both when I set in sourceSets.main as xjc.docLocale = Locale.US
Or when I set it in gradle.properties as xjc.docLocale=en ( as it is in example)
Without this setting files are generated perfectly.
Please suggest.
Thank you
The text was updated successfully, but these errors were encountered:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':api:xjcGenerate'.
> A failure occurred while executing org.unbrokendome.gradle.plugins.xjc.work.xjc23.XjcGeneratorWorkAction
> Could not serialize unit of work.
> Cannot invoke "org.gradle.internal.hash.HashCode.toByteArray()" because the return value of "org.gradle.internal.snapshot.impl.IsolatedSerializedValueSnapshot.getImplementationHash()" is null
Dear all,
Could you please help.
When I set the docLocale I get an exception on running xjcGenerate:
It happens both when I set in sourceSets.main as xjc.docLocale = Locale.US
Or when I set it in gradle.properties as xjc.docLocale=en ( as it is in example)
Without this setting files are generated perfectly.
Please suggest.
Thank you
The text was updated successfully, but these errors were encountered: