您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. )