diff options
author | Damien Martin-Guillerez <dmarting@google.com> | 2016-02-12 14:17:55 +0000 |
---|---|---|
committer | Dmitry Lomov <dslomov@google.com> | 2016-02-12 15:24:44 +0000 |
commit | 175b267569219100ac756b0ef016211b0cfa90c4 (patch) | |
tree | 61ef0c539e20085e1d953be96b83623beb2de2bb /tools/build_defs/groovy/groovy.BUILD | |
parent | 14c49ac248fc4d16d7ce1ca699b33891fea96873 (diff) |
Use build_file_content attribute of new_* repositories instead of build_file in Skylark rules
Loading those skylark rules where failing now they are in a remote repository because the
build file could not be found.
Fixes #883.
--
MOS_MIGRATED_REVID=114528630
Diffstat (limited to 'tools/build_defs/groovy/groovy.BUILD')
-rw-r--r-- | tools/build_defs/groovy/groovy.BUILD | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/build_defs/groovy/groovy.BUILD b/tools/build_defs/groovy/groovy.BUILD deleted file mode 100644 index 96de6cfdb9..0000000000 --- a/tools/build_defs/groovy/groovy.BUILD +++ /dev/null @@ -1,10 +0,0 @@ -filegroup( - name = "sdk", - srcs = glob(["groovy-2.4.4/**"], exclude_directories=0), - visibility = ["//visibility:public"], -) -java_import( - name = "groovy", - jars = ["groovy-2.4.4/lib/groovy-2.4.4.jar"], - visibility = ["//visibility:public"], -) |