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
Complete rewrite of the plugin in Kotlin and using modern Gradle constructs.
The plugin now automatically extends each SourceSet and is now largely configurable using these extension properties and a few dependency configurations. The XjcGenerate task still exists under the hood, but will rarely need to be touched from build scripts.
Allow working with multiple versions of XJC thanks to Gradle's worker API and classpath isolation