You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the fetch_sources = True, option to the maven_install rule but I cannot find the loaded sources jar on my machine.
Other than this problem everything is working properly. For example I'm able to locate the default jar here ./bazel-bin/external/maven/v1/https/jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.11.3/jackson-annotations-2.11.3.jar.
Any idea on what I missed?
Thank you!
rules_jvm_external: 3.3 Bazel: 3.7.0
The text was updated successfully, but these errors were encountered:
Hello,
I added the
fetch_sources = True,
option to themaven_install
rule but I cannot find the loaded sources jar on my machine.Other than this problem everything is working properly. For example I'm able to locate the
default
jar here./bazel-bin/external/maven/v1/https/jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.11.3/jackson-annotations-2.11.3.jar
.Any idea on what I missed?
Thank you!
rules_jvm_external: 3.3
Bazel: 3.7.0
The text was updated successfully, but these errors were encountered: