mirror of
https://github.com/corda/corda.git
synced 2024-12-22 06:17:55 +00:00
11 lines
163 B
Groovy
11 lines
163 B
Groovy
apply plugin: 'net.corda.plugins.publish-utils'
|
|
apply plugin: 'com.jfrog.artifactory'
|
|
|
|
jar {
|
|
baseName 'corda-test-common'
|
|
}
|
|
|
|
publish {
|
|
name jar.baseName
|
|
}
|