From e918bfd391a9743fdaee62e8a63c5f4373d34dc1 Mon Sep 17 00:00:00 2001 From: Luca Milanesio Date: Thu, 12 Nov 2020 15:41:52 +0000 Subject: Fetch JGit documentation from the archive site Change-Id: I8e78f5064fda7c2ff73134f6ac3d681c6be2e7d1 --- lib/jgit/jgit.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jgit/jgit.bzl b/lib/jgit/jgit.bzl index 141b293b66..74e63cbd13 100644 --- a/lib/jgit/jgit.bzl +++ b/lib/jgit/jgit.bzl @@ -4,7 +4,7 @@ _JGIT_VERS = "4.11.9.201909030838-r" _DOC_VERS = _JGIT_VERS # Set to _JGIT_VERS unless using a snapshot -JGIT_DOC_URL = "https://download.eclipse.org/jgit/site/" + _DOC_VERS + "/apidocs" +JGIT_DOC_URL = "https://archive.eclipse.org/jgit/site/" + _DOC_VERS + "/apidocs" _JGIT_REPO = MAVEN_CENTRAL # Leave here even if set to MAVEN_CENTRAL. -- cgit v1.2.3