Merge branch 'stable-2.8'
* stable-2.8: Buck: add build for gerrit-plugin-gwtui Fix configuration for plugin and extension API artifact deployment Conflicts: BUCK gerrit-plugin-gwtui/BUCK tools/maven/BUCK Change-Id: I4267b0a6397823a00a11db268b02a50c4f79d4ed
This commit is contained in:
@@ -20,13 +20,3 @@ java_library(
|
||||
resources = glob(['src/main/**/*']),
|
||||
visibility = ['PUBLIC'],
|
||||
)
|
||||
|
||||
java_doc(
|
||||
name = 'gwtui-api-javadoc',
|
||||
title = 'Gerrit Review GWT Extension API Documentation',
|
||||
pkg = 'com.google.gerrit.plugin',
|
||||
paths = ['$SRCDIR/src/main/java'],
|
||||
srcs = SRCS,
|
||||
deps = DEPS,
|
||||
visibility = ['PUBLIC'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user