We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pre-requisite: have build caching enabled in Gradle
The text was updated successfully, but these errors were encountered:
Thanks for your share, and this issue has successfully been reproduced by ad28ad9
Currently we cannot annotate TextResource by @Input like 6b22c21 due to the following error:
TextResource
@Input
Cannot fingerprint input property 'enabledReports.$0.stylesheet': value 'entry 'fancy-hist.xsl' in archive file collection' cannot be serialized.
We also need to care about the following issue reported to the Gradle project:
gradle/gradle#8473
I will watch updates in the Gradle side, to fix this problem in future.
Sorry, something went wrong.
No branches or pull requests
Pre-requisite: have build caching enabled in Gradle
The text was updated successfully, but these errors were encountered: