Michael.Zeng
Michael.Zeng
While i am using it, i got a problem that i cannot let godepgraph draw dependencies only in my project directory with -p flag, so adding this feature
there is such a need to snarf logs by patter
if writing tests in some organization, a wget with proxy setting is necessary
I am trying to use different configurations in the maven_repository, here is my WORKSPACE: load("@org_pubref_rules_maven//maven:rules.bzl", "maven_repositories", "maven_repository") maven_repositories() maven_repository( name = "dji_sdk_provided", deps = [ "com.dji:dji-sdk-provided:4.9", ], configurations=["compileOnly"], ) load("@dji_sdk_provided//:rules.bzl",...