mirror of
https://github.com/corda/corda.git
synced 2024-12-30 01:39:04 +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." +
|
"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()
|
||||||
|
Loading…
Reference in New Issue
Block a user