Improved logging message for including cordapp dependencies.

This commit is contained in:
Clinton Alexander 2017-08-16 18:04:41 +01:00
parent ca5ea1e25d
commit 1b61f94bb8

View File

@ -76,7 +76,7 @@ class Cordformation implements Plugin<Project> {
"This can cause node stability problems. Please use 'corda' instead." + "This can cause node stability problems. Please use 'corda' instead." +
"See http://docs.corda.net/cordapp-build-systems.html") "See http://docs.corda.net/cordapp-build-systems.html")
} else { } else {
logger.info("Including dependency: $it") logger.info("Including dependency in CorDapp JAR: $it")
} }
} }
return filteredDeps.collect { configurations.runtime.files it }.flatten().toSet() return filteredDeps.collect { configurations.runtime.files it }.flatten().toSet()