John Cater | 8e5f864 | 2016-12-12 17:03:37 +0000 | [diff] [blame] | 1 | # Setup IntelliJ for Bazel development using the IntelliJ Bazel Plugin. |
2 | # See https://github.com/bazelbuild/intellij for installation instructions. | ||||
3 | directories: | ||||
4 | src/main | ||||
5 | src/test | ||||
6 | |||||
7 | test_sources: | ||||
8 | src/test/* | ||||
9 | |||||
10 | targets: | ||||
11 | //src:bazel | ||||
12 | //src/test/... | ||||
13 | |||||
14 | # TODO: Remove this once Bazel can use Java 8. | ||||
15 | java_language_level: 7 | ||||
16 |