Files
gerrit/lib/jsoup/BUILD
Patrick Hiesel ced85a98fa Add jsoup to Buck and Bazel
This library will be used for parsing incoming HTML emails and ingest
comments into Gerrit.

Change-Id: I3ccfd231ad36a8da94172bb32cbf979bafc914b5
2016-11-16 01:24:59 +00:00

7 lines
137 B
Python

java_library(
name = 'jsoup',
exports = ['@jsoup//jar'],
visibility = ['//visibility:public'],
data = ['//lib:LICENSE-jsoup'],
)