Merge branch 'stable-2.13'

* stable-2.13:
  Build with API version 2.13
  Fix buck build, remove java_test.source_under_test

Change-Id: I6cb12c9f788a0590dd22198585a66c2b75f98daf
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,
 )