diff --git a/Aria/bintray-release.gradle b/Aria/bintray-release.gradle deleted file mode 100644 index 4a861c11..00000000 --- a/Aria/bintray-release.gradle +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/AriaAnnotations/bintray-release.gradle b/AriaAnnotations/bintray-release.gradle deleted file mode 100644 index 91049599..00000000 --- a/AriaAnnotations/bintray-release.gradle +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/AriaCompiler/bintray-release.gradle b/AriaCompiler/bintray-release.gradle deleted file mode 100644 index 839a216f..00000000 --- a/AriaCompiler/bintray-release.gradle +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/FtpComponent/bintray-release.gradle b/FtpComponent/bintray-release.gradle deleted file mode 100644 index 8f9782b7..00000000 --- a/FtpComponent/bintray-release.gradle +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/Http/bintray-release.gradle b/Http/bintray-release.gradle deleted file mode 100644 index b222b779..00000000 --- a/Http/bintray-release.gradle +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/M3U8Component/bintray-release.gradle b/M3U8Component/bintray-release.gradle deleted file mode 100644 index 1bfb500d..00000000 --- a/M3U8Component/bintray-release.gradle +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/PublicComponent/bintray-release.gradle b/PublicComponent/bintray-release.gradle deleted file mode 100644 index 8d66f20a..00000000 --- a/PublicComponent/bintray-release.gradle +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/SFtpComponent/bintray-release.gradle b/SFtpComponent/bintray-release.gradle deleted file mode 100644 index 85f62f0f..00000000 --- a/SFtpComponent/bintray-release.gradle +++ /dev/null @@ -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 -} \ No newline at end of file