You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910
  1. java_library(
  2. name = 'jgit-servlet',
  3. srcs = glob(['src/**']),
  4. resources = glob(['resources/**']),
  5. provided_deps = [
  6. '//org.eclipse.jgit:jgit',
  7. '//lib:servlet-api',
  8. ],
  9. visibility = ['PUBLIC'],
  10. )