summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-03-25 12:46:05 -0700
committerYigit Boyar <yboyar@google.com>2015-03-25 12:47:13 -0700
commit99a3d3102887d5b4c9c6713cb35d97b478088931 (patch)
tree82860b27ce63b40900795a34af88f6cd8ba827f0 /build.gradle
parentfead9ca09b117136b35bc5bf137340a754f9eddd (diff)
downloaddata-binding-99a3d3102887d5b4c9c6713cb35d97b478088931.tar.gz
Fix integration tests that were broken after package renaming
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index c63b74b4..675f1966 100644
--- a/build.gradle
+++ b/build.gradle
@@ -64,7 +64,7 @@ allprojects {
subprojects.uploadArchives.each { it.shouldRunAfter deleteRepo }
buildExtensionsTask.shouldRunAfter deleteRepo
-tasks['runTestsOfMultiModuleTestApp'].shouldRunAfter tasks['runTestsOfIndependentLibrary']
+tasks['runTestsOfMultiModuleTestApp'].dependsOn tasks['runTestsOfIndependentLibrary']
task rebuildRepo() {