mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
Improved logging message for including cordapp dependencies.
This commit is contained in:
parent
ca5ea1e25d
commit
1b61f94bb8
@ -76,7 +76,7 @@ class Cordformation implements Plugin<Project> {
|
||||
"This can cause node stability problems. Please use 'corda' instead." +
|
||||
"See http://docs.corda.net/cordapp-build-systems.html")
|
||||
} else {
|
||||
logger.info("Including dependency: $it")
|
||||
logger.info("Including dependency in CorDapp JAR: $it")
|
||||
}
|
||||
}
|
||||
return filteredDeps.collect { configurations.runtime.files it }.flatten().toSet()
|
||||
|
Loading…
Reference in New Issue
Block a user