Skip to content

0.1.0

Compare
Choose a tag to compare
@jin jin released this 16 Apr 10:07
· 668 commits to master since this release
ff873bf

Changes in this release:

  • gmaven.bzl updated as of April 13, 2018
  • maven 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.