Buck: Add gerrit api Maven repository
This change allows standalone Buck plugins to build against released Gerrit plugin API. Change-Id: I41375cad0f1b3bda285268e54056275d7661a472
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
GERRIT = 'GERRIT:'
|
||||
GERRIT_API = 'GERRIT_API:'
|
||||
ECLIPSE = 'ECLIPSE:'
|
||||
MAVEN_CENTRAL = 'MAVEN_CENTRAL:'
|
||||
MAVEN_LOCAL = 'MAVEN_LOCAL:'
|
||||
|
@@ -23,6 +23,7 @@ except ImportError:
|
||||
|
||||
REPO_ROOTS = {
|
||||
'GERRIT': 'http://gerrit-maven.storage.googleapis.com',
|
||||
'GERRIT_API': 'https://gerrit-api.commondatastorage.googleapis.com/release',
|
||||
'ECLIPSE': 'https://repo.eclipse.org/content/groups/releases',
|
||||
'MAVEN_CENTRAL': 'http://repo1.maven.org/maven2',
|
||||
'MAVEN_LOCAL': 'file://' + path.expanduser('~/.m2/repository'),
|
||||
|
Reference in New Issue
Block a user