修复gradle 5.0 apt 失效的问题
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
apply plugin: 'com.novoda.bintray-release'
|
||||
publish {
|
||||
artifactId = 'aria-annotations'
|
||||
// artifactId = 'aria-annotations'
|
||||
// uploadName = 'AriaAnnotations'
|
||||
artifactId = 'annotations'
|
||||
uploadName = 'Annotations'
|
||||
userOrg = rootProject.ext.userOrg
|
||||
groupId = rootProject.ext.groupId
|
||||
// uploadName = rootProject.uploadName
|
||||
uploadName = 'AriaAnnotations'
|
||||
publishVersion = rootProject.ext.publishVersion
|
||||
desc = rootProject.ext.desc
|
||||
website = rootProject.ext.website
|
||||
|
||||
Reference in New Issue
Block a user