mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
Publish cliutils (#3927)
This commit is contained in:
parent
7459115f54
commit
97cd2fcd3a
@ -350,7 +350,8 @@ bintrayConfig {
|
||||
'corda-serialization-deterministic',
|
||||
'corda-tools-blob-inspector',
|
||||
'corda-tools-explorer',
|
||||
'corda-tools-network-bootstrapper'
|
||||
'corda-tools-network-bootstrapper',
|
||||
'corda-tools-cliutils'
|
||||
]
|
||||
license {
|
||||
name = 'Apache-2.0'
|
||||
|
@ -1,5 +1,6 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'kotlin'
|
||||
apply plugin: 'net.corda.plugins.publish-utils'
|
||||
|
||||
description 'CLI Utilities'
|
||||
|
||||
@ -15,3 +16,12 @@ dependencies {
|
||||
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
}
|
||||
|
||||
jar {
|
||||
baseName = "cliutils"
|
||||
}
|
||||
|
||||
publish {
|
||||
name 'corda-tools-cliutils'
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user