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