From 361b20dc7bb26b70dde2e0a48a953b61ac34009d Mon Sep 17 00:00:00 2001 From: shuyangzhou Date: Tue, 27 Nov 2018 11:11:10 -0800 Subject: [PATCH] Add support for testIntegrationCompile --- dependency.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency.gradle b/dependency.gradle index c90275d6..84fa1dac 100644 --- a/dependency.gradle +++ b/dependency.gradle @@ -20,7 +20,7 @@ allprojects { task printDependencies << { StringBuilder sb = new StringBuilder(); - ["compile", "compileOnly", "compileInclude", "testIntegrationRuntime"].each { + ["compile", "compileOnly", "compileInclude", "testIntegrationCompile", "testIntegrationRuntime"].each { Configuration configuration = configurations.findByName it if (configuration) {