Bazel: Externalize JGIT_VERS constant
This is needed for defining external documentation link for javadoc rule. Change-Id: I562de840327c6b27941f7238023a47eb8d0b2394
This commit is contained in:
committed by
David Ostrovsky
parent
e48abffbca
commit
27fbb2b835
@@ -3,7 +3,7 @@ include_defs('//lib/JGIT_VERSION')
|
||||
|
||||
maven_jar(
|
||||
name = 'jgit-servlet',
|
||||
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS,
|
||||
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + JGIT_VERS,
|
||||
sha1 = '6e36638888918d9941dddec7e2abe1f162cc74d9',
|
||||
license = 'jgit',
|
||||
repository = REPO,
|
||||
|
||||
Reference in New Issue
Block a user