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
We are in the process of adding a strict deps feature for rules_scala (issue).
strict deps
rules_scala
In order to complete this feature we would like for javaProvider (java_common.provider) to expose transitive_compile_time_jars. (Currently JavaProvider only exposes transitive_runtime_jars and compile_jars)
This will allow us to alert the build user that there transitive dependencies that should be added to direct dependencies.
The text was updated successfully, but these errors were encountered:
Asking @laurentlb to help triage this: is this a Skylark feature request, or a Java rule one?
Sorry, something went wrong.
Java rules /cc @iirina
a5d977b
Thanks @iirina! Do you know when is the next scheduled release of bazel?
We are trying to cut the first release candidate of 0.5.3 as we speak.
iirina
No branches or pull requests
We are in the process of adding a
strict deps
feature forrules_scala
(issue).In order to complete this feature we would like for javaProvider (java_common.provider) to expose transitive_compile_time_jars.
(Currently JavaProvider only exposes transitive_runtime_jars and compile_jars)
This will allow us to alert the build user that there transitive dependencies that should be added to direct dependencies.
The text was updated successfully, but these errors were encountered: