commit | 45bdf554653a498aea5402034555f9ee58a6c570 | [log] [tgz] |
---|---|---|
author | Hugo Arès <hugo.ares@ericsson.com> | Thu Sep 22 13:32:52 2016 +0200 |
committer | Hugo Arès <hugo.ares@ericsson.com> | Thu Sep 22 13:33:43 2016 +0200 |
tree | 4646446d9ff3c0c0f819dcddbf4f1c1b239132f4 | |
parent | 79922b0b81954ae535ad42c0f6097ffa6043829b [diff] |
Fix buck build, remove java_test.source_under_test This parameter is not required any more after latest buck upgrade. Change-Id: Ideaa1fed62c20328e6383481cdae86527d960344
diff --git a/BUCK b/BUCK index 367d58e..d6f1201 100644 --- a/BUCK +++ b/BUCK
@@ -48,7 +48,6 @@ name = 'sync-events_tests', srcs = glob(['src/test/java/**/*.java']), labels = ['sync-events'], - source_under_test = [':sync-events__plugin'], deps = TEST_DEPS, )