mirror of
https://github.com/corda/corda.git
synced 2025-02-06 11:09:18 +00:00
Publish cliutils (#3927)
This commit is contained in:
parent
7459115f54
commit
97cd2fcd3a
@ -350,7 +350,8 @@ bintrayConfig {
|
|||||||
'corda-serialization-deterministic',
|
'corda-serialization-deterministic',
|
||||||
'corda-tools-blob-inspector',
|
'corda-tools-blob-inspector',
|
||||||
'corda-tools-explorer',
|
'corda-tools-explorer',
|
||||||
'corda-tools-network-bootstrapper'
|
'corda-tools-network-bootstrapper',
|
||||||
|
'corda-tools-cliutils'
|
||||||
]
|
]
|
||||||
license {
|
license {
|
||||||
name = 'Apache-2.0'
|
name = 'Apache-2.0'
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
|
apply plugin: 'net.corda.plugins.publish-utils'
|
||||||
|
|
||||||
description 'CLI Utilities'
|
description 'CLI Utilities'
|
||||||
|
|
||||||
@ -15,3 +16,12 @@ dependencies {
|
|||||||
|
|
||||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
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