mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
17 lines
346 B
Groovy
17 lines
346 B
Groovy
apply plugin: 'kotlin'
|
|
|
|
apply plugin: 'net.corda.plugins.publish-utils'
|
|
apply plugin: 'com.jfrog.artifactory'
|
|
|
|
dependencies {
|
|
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
|
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
|
}
|
|
|
|
jar {
|
|
baseName 'corda-common-validation'
|
|
}
|
|
|
|
publish {
|
|
name jar.baseName
|
|
} |