
This is to prepare for implementing genlicenses rule in bazel. Change-Id: I60d79d5b53f9dd05c9f9ebfe6e6f658604c5a037
8 lines
205 B
Python
8 lines
205 B
Python
java_library(
|
|
name = 'jgit-archive',
|
|
exports = ['@jgit_archive//jar'],
|
|
runtime_deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
|
visibility = ['//visibility:public'],
|
|
data = ['//lib:LICENSE-jgit'],
|
|
)
|