mirror of
https://github.com/corda/corda.git
synced 2025-04-26 13:59:56 +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'
|
apply plugin: 'com.jfrog.bintray'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenLocal()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
maven {
|
||||||
|
url 'http://oss.sonatype.org/content/repositories/snapshots'
|
||||||
|
}
|
||||||
|
jcenter()
|
||||||
|
maven {
|
||||||
|
url 'https://dl.bintray.com/kotlin/exposed'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
@ -91,6 +99,8 @@ publishing {
|
|||||||
corda(MavenPublication) {
|
corda(MavenPublication) {
|
||||||
artifactId 'corda'
|
artifactId 'corda'
|
||||||
|
|
||||||
|
artifact sourceJar
|
||||||
|
artifact javadocJar
|
||||||
artifact buildCordaJAR {
|
artifact buildCordaJAR {
|
||||||
classifier ""
|
classifier ""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user