Removed redundant properties and changed the group of the plugins to a plugins namespace.

This commit is contained in:
Clinton Alexander 2016-10-06 14:38:29 +01:00
parent bde2cf1baf
commit 49a2800745
4 changed files with 4 additions and 6 deletions

View File

@ -12,7 +12,8 @@ repositories {
publishing {
publications {
core(MavenPublication) {
plugin(MavenPublication) {
group 'com.r3corda.plugins'
from components.java
artifactId 'publish-utils'
}

View File

@ -1,2 +0,0 @@
group = com.r3corda
version = 1.0

View File

@ -12,7 +12,8 @@ repositories {
publishing {
publications {
core(MavenPublication) {
plugin(MavenPublication) {
group 'com.r3corda.plugins'
from components.java
artifactId 'quasar-utils'
}

View File

@ -1,2 +0,0 @@
group = com.r3corda
version = 1.0