Convert http links to https

Change-Id: Ie71bb378917b7270eb19d6aaaf043f6b139b10d0
This commit is contained in:
Paladox none
2019-04-19 15:15:06 +00:00
parent b73c0c7e1b
commit b85ef81d12
5 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ _JGIT_VERS = "4.7.9.201904161809-r"
_DOC_VERS = _JGIT_VERS # Set to _JGIT_VERS unless using a snapshot
JGIT_DOC_URL = "http://download.eclipse.org/jgit/site/" + _DOC_VERS + "/apidocs"
JGIT_DOC_URL = "https://download.eclipse.org/jgit/site/" + _DOC_VERS + "/apidocs"
_JGIT_REPO = MAVEN_CENTRAL # Leave here even if set to MAVEN_CENTRAL.