]> source.dussan.org Git - jgit.git/commit
Bazel: Stop using native.git_repository 22/138122/1
authorDavid Pursehouse <david.pursehouse@gmail.com>
Sun, 3 Mar 2019 04:14:46 +0000 (13:14 +0900)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 6 Mar 2019 01:36:37 +0000 (02:36 +0100)
commit90abad1baaef544312b27df73adb80c9fada26e3
tree0333b97530043f2dd863198b8097fe2bd748771e
parentbaf1bb20d02f60d001a4d77d9749f845d4ada45e
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>
(cherry picked from commit ec5fc57b791081fa073fc5fd91286347238f8f7c)
tools/bazlets.bzl