Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

123456789101112131415161718
  1. DEPS = [
  2. '//org.eclipse.jgit:jgit',
  3. '//org.eclipse.jgit.archive:jgit-archive',
  4. '//org.eclipse.jgit.http.server:jgit-servlet',
  5. '//org.eclipse.jgit.lfs:jgit-lfs',
  6. '//org.eclipse.jgit.lfs.server:jgit-lfs-server',
  7. '//org.eclipse.jgit.pgm:jgit',
  8. ]
  9. zip_file(
  10. name = 'all',
  11. srcs = DEPS,
  12. )
  13. sh_binary(
  14. name = 'jgit_bin',
  15. main = '//org.eclipse.jgit.pgm:jgit',
  16. )