mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
10 lines
127 B
Groovy
10 lines
127 B
Groovy
apply plugin: 'net.corda.plugins.publish-utils'
|
|
|
|
jar {
|
|
baseName 'corda-test-common'
|
|
}
|
|
|
|
publish {
|
|
name = jar.baseName
|
|
}
|