Build with API version 2.12 Change-Id: Id865ce6edcf6fb31e6442cd8df520423fc4b630f
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK index 277a452..4055450 100644 --- a/lib/gerrit/BUCK +++ b/lib/gerrit/BUCK
@@ -1,12 +1,12 @@ include_defs('//bucklets/maven_jar.bucklet') -VER = '2.12-rc0' +VER = '2.12' REPO = MAVEN_CENTRAL maven_jar( name = 'plugin-api', id = 'com.google.gerrit:gerrit-plugin-api:' + VER, - sha1 = '8fd408e0eedc5e891ac779ab26491fb377800e74', + sha1 = '8ce1f6e65078bbcf03a1758f96b3ebca19b7fe3c', license = 'Apache2.0', attach_source = False, repository = REPO,