Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 798649407c9e6ecb4a47cac8e497e88bcda514c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[alias]
  all = //:all
  jgit = //org.eclipse.jgit:jgit
  jgit-archive = //org.eclipse.jgit.archive:jgit-archive
  jgit_bin = //:jgit_bin
  jgit-lfs = //org.eclipse.jgit.lfs:jgit-lfs
  jgit-lfs-server = //org.eclipse.jgit.lfs.server:jgit-lfs-server
  jgit-servlet = //org.eclipse.jgit.http.server:jgit-servlet

[buildfile]
  includes = //tools/default.defs

[java]
  src_roots = src, resources, tst
  source_level = 8
  target_level = 8

[project]
  ignore = .git

[cache]
  mode = dir

[download]
  maven_repo = http://repo1.maven.org/maven2
  in_build = true

Back to the top