mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
32ee332d16
Test common needs to be published by artifactory.
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
|
|
}
|