Added a required section for publishing POMs to maven central.

This commit is contained in:
Clinton Alexander 2016-11-24 13:44:11 +00:00
parent b4288cf9dc
commit 0c80344737
3 changed files with 24 additions and 0 deletions

View File

@ -54,6 +54,14 @@ publishing {
distribution 'repo'
}
}
developers {
developer {
id 'R3'
name 'R3'
email 'dev@corda.net'
}
}
}
}
}

View File

@ -61,6 +61,14 @@ publishing {
distribution 'repo'
}
}
developers {
developer {
id 'R3'
name 'R3'
email 'dev@corda.net'
}
}
}
}
}

View File

@ -52,6 +52,14 @@ publishing {
distribution 'repo'
}
}
developers {
developer {
id 'R3'
name 'R3'
email 'dev@corda.net'
}
}
}
}
}