90135c1b88
These classes are authored by the Gerrit project, so let's give them a Gerrit package name and put them in the normal java/... hierarchy. Change-Id: I7b681fdd64e3ab96e073c91f8e16597704c85154
14 lines
335 B
Python
14 lines
335 B
Python
java_library(
|
|
name = "asciidoctor",
|
|
data = ["//lib:LICENSE-asciidoctor"],
|
|
visibility = ["//java/com/google/gerrit/asciidoctor:__pkg__"],
|
|
exports = ["@asciidoctor//jar"],
|
|
runtime_deps = [":jruby"],
|
|
)
|
|
|
|
java_library(
|
|
name = "jruby",
|
|
data = ["//lib:LICENSE-DO_NOT_DISTRIBUTE"],
|
|
exports = ["@jruby//jar"],
|
|
)
|