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
When trying to use this ruleset with Bazel 5.x, errors such as this one will pop up:
@rules_dokka//dokka:dokka_gfm: no such attribute 'resource_jars' in 'java_library' rule
This is related to the resource_jars attribute no longer being available (see removal tracking issue: bazelbuild/bazel#13221).
resource_jars
I'm personally okay with unflipping the flags for now, but I'll try to see if I can make the required patches in a soon-ish timeframe.
The text was updated successfully, but these errors were encountered:
Thanks for looking into this. I'll happy accept a PR if you want to open one up with a fix!
Sorry, something went wrong.
No branches or pull requests
When trying to use this ruleset with Bazel 5.x, errors such as this one will pop up:
This is related to the
resource_jars
attribute no longer being available (see removal tracking issue: bazelbuild/bazel#13221).I'm personally okay with unflipping the flags for now, but I'll try to see if I can make the required patches in a soon-ish timeframe.
The text was updated successfully, but these errors were encountered: