xjc-gradle-plugin
xjc-gradle-plugin copied to clipboard
Change XjcTask fields types to fix gradle --configuration-cache
Run gradle with --configuration-cache failed with:
value fixed(class org.gradle.api.internal.file.DefaultFileCollectionFactory$ResolvingFileCollection, file collection)📋 is not assignable to org.gradle.api.NamedDomainObjectProvider
This PR fixes this problem.