Skip to content

Commit

Permalink
fix error in java_test_discovery writer #automerge (#2029)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 3947e3c99b2e38a0a8749ac52bff0356524bb477
  • Loading branch information
natansil committed May 25, 2019
1 parent e9f5c7e commit cba6884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ object JavaTestDiscoveryWriter extends TestTargetsWriter {
| print_discovered_classes = True,
| suffixes = [$prefixSuffix],
| prefixes = [$prefixSuffix],
| data = ["//java-junit-sample:coordinates"],
| jvm_flags = ["-Dexisting.manifest=$$(location //java-junit-sample:coordinates)"],
| testonly = 1""".stripMargin
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ load("@bazel_tools//tools/build_defs/repo:jvm.bzl", "jvm_maven_import_external")
_default_server_urls = ["https://repo.maven.apache.org/maven2/",
"https://mvnrepository.com/artifact",
"https://maven-central.storage.googleapis.com",
"http://gitblit.github.io/gitblit-maven",]
"http://gitblit.github.io/gitblit-maven",
"https://repository.mulesoft.org/nexus/content/repositories/public/",]

def safe_exodus_maven_import_external(name, artifact, **kwargs):
if native.existing_rule(name) == None:
Expand Down

0 comments on commit cba6884

Please sign in to comment.