mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
[NOTICK] Print out local version (#5851)
* Print out local version when running install or publishToMavenLocal * Just always print the current version - so we also see it when publishing to artifactory.
This commit is contained in:
parent
73a0782f5d
commit
672106e3dc
@ -234,6 +234,7 @@ logger.lifecycle("Java source compatibility: {}", sourceCompatibility)
|
||||
logger.lifecycle("Java target compatibility: {}", targetCompatibility)
|
||||
logger.lifecycle("Quasar version: {}", quasar_version)
|
||||
logger.lifecycle("Quasar classifier: {}", quasar_classifier.toString())
|
||||
logger.lifecycle("Building Corda version: {}", corda_release_version)
|
||||
|
||||
allprojects {
|
||||
apply plugin: 'kotlin'
|
||||
|
Loading…
Reference in New Issue
Block a user