aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ij.bazelproject
blob: dbf8d2e1d09dfc26a425c650cc4922dda0df2302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Setup IntelliJ for Bazel development using the IntelliJ Bazel Plugin.
# See https://github.com/bazelbuild/intellij for installation instructions.
directories:
  .

test_sources:
  src/test/*

targets:
  //src:bazel
  //src/tools/remote_worker
  //src/test/...

# TODO: Remove this once Bazel can use Java 8.
java_language_level: 7