mirror of
https://github.com/corda/corda.git
synced 2025-02-01 00:45:59 +00:00
Added all artifacts required for the corda capsule to be published on maven central.
This commit is contained in:
parent
810596927e
commit
c8e14b0ac6
@ -8,7 +8,15 @@ apply plugin: 'maven-publish'
|
||||
apply plugin: 'com.jfrog.bintray'
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven {
|
||||
url 'http://oss.sonatype.org/content/repositories/snapshots'
|
||||
}
|
||||
jcenter()
|
||||
maven {
|
||||
url 'https://dl.bintray.com/kotlin/exposed'
|
||||
}
|
||||
}
|
||||
|
||||
configurations {
|
||||
@ -91,6 +99,8 @@ publishing {
|
||||
corda(MavenPublication) {
|
||||
artifactId 'corda'
|
||||
|
||||
artifact sourceJar
|
||||
artifact javadocJar
|
||||
artifact buildCordaJAR {
|
||||
classifier ""
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user