0.1.0
Changes in this release:
gmaven.bzl
updated as of April 13, 2018maven
is no longer required to download artifacts.- Artifacts are no longer cached in the local Maven repository (usually
~/.m2
), since the underlying downloading mechanism is switched to direct HTTP. Instead, use--repository_cache
or--experimental_distdir
to cache downloaded artifacts. See Bazel's Build Options for more information.