parent
5d6c99581f
commit
ca3a8dc122
@ -1,13 +0,0 @@ |
|||||||
apply plugin: 'com.novoda.bintray-release' |
|
||||||
publish { |
|
||||||
// artifactId = 'aria-core' |
|
||||||
// uploadName = 'AriaApi' |
|
||||||
artifactId = 'core' |
|
||||||
uploadName = 'Core' |
|
||||||
userOrg = rootProject.ext.userOrg |
|
||||||
groupId = rootProject.ext.groupId |
|
||||||
publishVersion = rootProject.ext.publishVersion |
|
||||||
desc = rootProject.ext.desc |
|
||||||
website = rootProject.ext.website |
|
||||||
licences = rootProject.ext.licences |
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
apply plugin: 'com.novoda.bintray-release' |
|
||||||
publish { |
|
||||||
// artifactId = 'aria-annotations' |
|
||||||
// uploadName = 'AriaAnnotations' |
|
||||||
artifactId = 'annotations' |
|
||||||
uploadName = 'Annotations' |
|
||||||
userOrg = rootProject.ext.userOrg |
|
||||||
groupId = rootProject.ext.groupId |
|
||||||
publishVersion = rootProject.ext.publishVersion |
|
||||||
desc = rootProject.ext.desc |
|
||||||
website = rootProject.ext.website |
|
||||||
licences = rootProject.ext.licences |
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
apply plugin: 'com.novoda.bintray-release' |
|
||||||
publish { |
|
||||||
// artifactId = 'aria-compiler' |
|
||||||
// uploadName = 'AriaCompiler' |
|
||||||
artifactId = 'compiler' |
|
||||||
uploadName = 'Compiler' |
|
||||||
userOrg = rootProject.ext.userOrg |
|
||||||
groupId = rootProject.ext.groupId |
|
||||||
publishVersion = rootProject.ext.publishVersion |
|
||||||
desc = rootProject.ext.desc |
|
||||||
website = rootProject.ext.website |
|
||||||
licences = rootProject.ext.licences |
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
apply plugin: 'com.novoda.bintray-release' |
|
||||||
publish { |
|
||||||
// artifactId = 'aria-compiler' |
|
||||||
// uploadName = 'AriaCompiler' |
|
||||||
artifactId = 'ftpComponent' |
|
||||||
uploadName = 'FtpComponent' |
|
||||||
userOrg = rootProject.ext.userOrg |
|
||||||
groupId = rootProject.ext.groupId |
|
||||||
publishVersion = rootProject.ext.publishVersion |
|
||||||
desc = rootProject.ext.desc |
|
||||||
website = rootProject.ext.website |
|
||||||
licences = rootProject.ext.licences |
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
apply plugin: 'com.novoda.bintray-release' |
|
||||||
publish { |
|
||||||
// artifactId = 'aria-compiler' |
|
||||||
// uploadName = 'AriaCompiler' |
|
||||||
artifactId = 'httpComponent' |
|
||||||
uploadName = 'HttpComponent' |
|
||||||
userOrg = rootProject.ext.userOrg |
|
||||||
groupId = rootProject.ext.groupId |
|
||||||
publishVersion = rootProject.ext.publishVersion |
|
||||||
desc = rootProject.ext.desc |
|
||||||
website = rootProject.ext.website |
|
||||||
licences = rootProject.ext.licences |
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
apply plugin: 'com.novoda.bintray-release' |
|
||||||
publish { |
|
||||||
// artifactId = 'aria-compiler' |
|
||||||
// uploadName = 'AriaCompiler' |
|
||||||
artifactId = 'm3u8Component' |
|
||||||
uploadName = 'M3U8Component' |
|
||||||
userOrg = rootProject.ext.userOrg |
|
||||||
groupId = rootProject.ext.groupId |
|
||||||
publishVersion = rootProject.ext.publishVersion |
|
||||||
desc = rootProject.ext.desc |
|
||||||
website = rootProject.ext.website |
|
||||||
licences = rootProject.ext.licences |
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
apply plugin: 'com.novoda.bintray-release' |
|
||||||
publish { |
|
||||||
// artifactId = 'aria-compiler' |
|
||||||
// uploadName = 'AriaCompiler' |
|
||||||
artifactId = 'publicComponent' |
|
||||||
uploadName = 'PublicComponent' |
|
||||||
userOrg = rootProject.ext.userOrg |
|
||||||
groupId = rootProject.ext.groupId |
|
||||||
publishVersion = rootProject.ext.publishVersion |
|
||||||
desc = rootProject.ext.desc |
|
||||||
website = rootProject.ext.website |
|
||||||
licences = rootProject.ext.licences |
|
||||||
} |
|
@ -1,11 +0,0 @@ |
|||||||
apply plugin: 'com.novoda.bintray-release' |
|
||||||
publish { |
|
||||||
artifactId = 'sftpComponent' |
|
||||||
uploadName = 'SFTPComponent' |
|
||||||
userOrg = rootProject.ext.userOrg |
|
||||||
groupId = rootProject.ext.groupId |
|
||||||
publishVersion = rootProject.ext.publishVersion |
|
||||||
desc = rootProject.ext.desc |
|
||||||
website = rootProject.ext.website |
|
||||||
licences = rootProject.ext.licences |
|
||||||
} |
|
Loading…
Reference in new issue