-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Gradle configuration cache #39
Comments
|
@eskatos thanks for your comment on this concerning making the plugin work with Gradle configuration cache When you say this could be a So unfortunately this Property is not just a standard list of file: scheme URL JARs list However good news, after surveying the landscape for solutions and understanding of the problem it appears @ryandens has successfully produced a clean commit (in the past month) that understands the feature of this plugin. ryandens@8956a7e At this time and updated change-set https://github.com/dlmiles/gradle-xjc-plugin/tree/master is undergoing CI testing before being added to PR #47 (or its successor) |
The Gradle configuration cache can't be enabled when using
org.unbroken-dome.xjc
Gradle plugin.Quoting from the doc:
Using a reference to the Configuration object is not supported:
gradle-xjc-plugin/src/main/kotlin/org/unbrokendome/gradle/plugins/xjc/XjcGenerate.kt
Line 114 in 82c1d69
The text was updated successfully, but these errors were encountered: