]> source.dussan.org Git - jgit.git/commit
Bazel: Stop using native.git_repository 32/137932/1
authorDavid Pursehouse <david.pursehouse@gmail.com>
Sun, 3 Mar 2019 04:14:46 +0000 (13:14 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Sun, 3 Mar 2019 04:15:19 +0000 (13:15 +0900)
commitec5fc57b791081fa073fc5fd91286347238f8f7c
tree251fc9e251e9d9d10cb3aecb1e83863decd4d5ae
parent962babc4b27ffd90058fe7734f17ed1c4e77d958
Bazel: Stop using native.git_repository

The native.git_repository method doesn't work in the latest version
of bazel, and causes the build to fail with:

  type 'struct' has no method git_repository()

Change-Id: Id6a57369b681c0afe811e9e3740b141fb7fb4653
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tools/bazlets.bzl