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) {