修复gradle 5.0 apt 失效的问题
This commit is contained in:
13
M3U8Component/bintray-release.gradle
Normal file
13
M3U8Component/bintray-release.gradle
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
}
|
||||
@@ -29,3 +29,5 @@ dependencies {
|
||||
implementation project(path: ':HttpComponent')
|
||||
implementation project(path: ':PublicComponent')
|
||||
}
|
||||
|
||||
apply from: 'bintray-release.gradle'
|
||||
Reference in New Issue
Block a user