remove bintray

v4
laoyuyu 2 years ago
parent 5d6c99581f
commit ca3a8dc122
  1. 13
      Aria/bintray-release.gradle
  2. 13
      AriaAnnotations/bintray-release.gradle
  3. 13
      AriaCompiler/bintray-release.gradle
  4. 13
      FtpComponent/bintray-release.gradle
  5. 13
      Http/bintray-release.gradle
  6. 13
      M3U8Component/bintray-release.gradle
  7. 13
      PublicComponent/bintray-release.gradle
  8. 11
      SFtpComponent/bintray-release.gradle

@ -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…
Cancel
Save