commit | 99a3d3102887d5b4c9c6713cb35d97b478088931 | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Wed Mar 25 12:46:05 2015 -0700 |
committer | Yigit Boyar <yboyar@google.com> | Wed Mar 25 12:47:13 2015 -0700 |
tree | 82860b27ce63b40900795a34af88f6cd8ba827f0 | |
parent | fead9ca09b117136b35bc5bf137340a754f9eddd [diff] [blame] |
Fix integration tests that were broken after package renaming
diff --git a/build.gradle b/build.gradle index c63b74b..675f196 100644 --- a/build.gradle +++ b/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() {