From ca3a8dc1224141a08ff688f225daa5dd814663be Mon Sep 17 00:00:00 2001 From: laoyuyu <511455842@qq.com> Date: Mon, 20 Feb 2023 21:49:36 +0800 Subject: [PATCH] remove bintray --- Aria/bintray-release.gradle | 13 ------------- AriaAnnotations/bintray-release.gradle | 13 ------------- AriaCompiler/bintray-release.gradle | 13 ------------- FtpComponent/bintray-release.gradle | 13 ------------- Http/bintray-release.gradle | 13 ------------- M3U8Component/bintray-release.gradle | 13 ------------- PublicComponent/bintray-release.gradle | 13 ------------- SFtpComponent/bintray-release.gradle | 11 ----------- 8 files changed, 102 deletions(-) delete mode 100644 Aria/bintray-release.gradle delete mode 100644 AriaAnnotations/bintray-release.gradle delete mode 100644 AriaCompiler/bintray-release.gradle delete mode 100644 FtpComponent/bintray-release.gradle delete mode 100644 Http/bintray-release.gradle delete mode 100644 M3U8Component/bintray-release.gradle delete mode 100644 PublicComponent/bintray-release.gradle delete mode 100644 SFtpComponent/bintray-release.gradle 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