
Now that we use download_file.py anyway, move the unsign part to it. Change-Id: I139fae87bbe263ac42e75d4706fa28059a53e326
8 lines
209 B
Python
8 lines
209 B
Python
java_library(
|
|
name = 'junit',
|
|
exports = ['@jgit_junit//jar'],
|
|
runtime_deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
|
visibility = ['//visibility:public'],
|
|
data = ['//lib:LICENSE-DO_NOT_DISTRIBUTE'],
|
|
)
|