From 8c440b3feec81245a965f3f933b926b55254dadb Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Wed, 24 Feb 2016 10:53:33 +0000 Subject: Remove scala rules from the Bazel source tree They have now moved to https://github.com/bazelbuild/scala_rules RELNOTES[INC]: Scala rules were deleted from the @bazel_tools repository, see https://github.com/bazelbuild/rules_scala#scala-rules-for-bazel -- MOS_MIGRATED_REVID=115432354 --- compile.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index 341a163416..485d54c5fa 100755 --- a/compile.sh +++ b/compile.sh @@ -154,7 +154,6 @@ if [ $DO_TESTS ]; then ${EXTRA_BAZEL_ARGS} \ --javacopt="-source ${JAVA_VERSION} -target ${JAVA_VERSION}" \ -k --test_output=errors //src/... //third_party/ijar/... //scripts/... \ - //tools/build_defs/scala/test/... \ || fail "Tests failed" fi -- cgit v1.2.3