Sign in
gerrit
/
plugins
/
wip
/
231f0064fbdfbe86b9c5850ef29a2e759a64b64b
/
.
/
lib
/
gerrit
/
BUCK
blob: 6f4b8f6715315599446616a953908177722eff2c [
file
] [
log
] [
blame
]
include_defs
(
'//bucklets/maven_jar.bucklet'
)
VER
=
'2.13-SNAPSHOT'
REPO
=
MAVEN_CENTRAL
maven_jar
(
name
=
'plugin-api'
,
id
=
'com.google.gerrit:gerrit-plugin-api:'
+
VER
,
license
=
'Apache2.0'
,
attach_source
=
False
,
repository
=
REPO
,
)