针对单个任务设置监听器, https://github.com/AriaLyy/Aria/issues/37
This commit is contained in:
12
AriaAnnotations/bintray-release.gradle
Normal file
12
AriaAnnotations/bintray-release.gradle
Normal file
@ -0,0 +1,12 @@
|
||||
apply plugin: 'bintray-release'
|
||||
publish {
|
||||
artifactId = 'aria-annotations'
|
||||
userOrg = rootProject.userOrg
|
||||
groupId = rootProject.groupId
|
||||
// uploadName = rootProject.uploadName
|
||||
uploadName = 'AriaAnnotations'
|
||||
publishVersion = rootProject.publishVersion
|
||||
description = rootProject.description
|
||||
website = rootProject.website
|
||||
licences = rootProject.licences
|
||||
}
|
Reference in New Issue
Block a user