From 8e5f864a024bc21f332f997cc503c0ff2fff6926 Mon Sep 17 00:00:00 2001 From: John Cater Date: Mon, 12 Dec 2016 17:03:37 +0000 Subject: Add a basic ij.bazelproject file for developing Bazel with IntelliJ. -- Change-Id: Iedbdf32a80e0a4390ff8084a67eba191f544517f Reviewed-on: https://cr.bazel.build/7770 PiperOrigin-RevId: 141771456 MOS_MIGRATED_REVID=141771456 --- scripts/ij.bazelproject | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 scripts/ij.bazelproject (limited to 'scripts/ij.bazelproject') diff --git a/scripts/ij.bazelproject b/scripts/ij.bazelproject new file mode 100644 index 0000000000..025468031c --- /dev/null +++ b/scripts/ij.bazelproject @@ -0,0 +1,16 @@ +# Setup IntelliJ for Bazel development using the IntelliJ Bazel Plugin. +# See https://github.com/bazelbuild/intellij for installation instructions. +directories: + src/main + src/test + +test_sources: + src/test/* + +targets: + //src:bazel + //src/test/... + +# TODO: Remove this once Bazel can use Java 8. +java_language_level: 7 + -- cgit v1.2.3