Sign in
gerrit
/
plugins
/
examples
/
de63cab44077c0ccc7bebf89b344b7024b4ca66d
/
.
/
example-restApiGetRevision
/
lib
/
gerrit
/
BUCK
blob: b54f67747ac8f06446d287b6f035bf5b4f6406c5 [
file
] [
log
] [
blame
]
include_defs
(
'//bucklets/maven_jar.bucklet'
)
VER
=
'2.14-SNAPSHOT'
REPO
=
MAVEN_LOCAL
maven_jar
(
name
=
'plugin-api'
,
id
=
'com.google.gerrit:gerrit-plugin-api:'
+
VER
,
license
=
'Apache2.0'
,
attach_source
=
False
,
repository
=
REPO
,
)