xjc-gradle-plugin icon indicating copy to clipboard operation
xjc-gradle-plugin copied to clipboard

Change XjcTask fields types to fix gradle --configuration-cache

Open belovaf opened this issue 3 years ago • 0 comments

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.

belovaf avatar Nov 11 '21 00:11 belovaf