commit | 2975a361bcd1852d854f34ee560d462c6b0d6aef | [log] [tgz] |
---|---|---|
author | Hugo Arès <hugo.ares@ericsson.com> | Thu Sep 22 13:57:28 2016 +0200 |
committer | Hugo Arès <hugo.ares@ericsson.com> | Thu Sep 22 13:57:28 2016 +0200 |
tree | 51ec6d315ff1a720d71d76c027fed8069abcc70f | |
parent | acae151194070cc2a681581b3988e0f9f99e58d8 [diff] |
Fix buck build, remove java_test.source_under_test This parameter is not required any more after latest buck upgrade. Change-Id: I17eba90f486230ea4f6118d9fd99addd0f8fb344
diff --git a/BUCK b/BUCK index 7a7232b..e336c73 100644 --- a/BUCK +++ b/BUCK
@@ -44,7 +44,6 @@ name = 'sync-index_tests', srcs = glob(['src/test/java/**/*.java']), labels = ['sync-index'], - source_under_test = [':sync-index__plugin'], deps = TEST_DEPS, )