Fix integration tests that were broken after package renaming
diff --git a/tools/data-binding/build.gradle b/tools/data-binding/build.gradle
index c63b74b..675f196 100644
--- a/tools/data-binding/build.gradle
+++ b/tools/data-binding/build.gradle
@@ -64,7 +64,7 @@
 
 subprojects.uploadArchives.each { it.shouldRunAfter deleteRepo  }
 buildExtensionsTask.shouldRunAfter deleteRepo
-tasks['runTestsOfMultiModuleTestApp'].shouldRunAfter tasks['runTestsOfIndependentLibrary']
+tasks['runTestsOfMultiModuleTestApp'].dependsOn tasks['runTestsOfIndependentLibrary']
 
 
 task rebuildRepo() {