Browse Source
This commit upgrades our build to use a different plugin for XJC processing, so that Gradle doesn't output a compatibility warning anymore. Unfortunately, com.github.bjornvester.xjc only works against main sources and our schema is only used for test purposes. This commit therefore reconfigure the task to remove the xjc main source set and apply it to the test source set instead. Closes gh-33264pull/33365/head
1 changed files with 16 additions and 8 deletions
Loading…
Reference in new issue