Files
Aria/AriaFtpPlug/bintray-release.gradle
AriaLyy 0d4f29d921 3.2.12
2017-07-31 22:53:56 +08:00

12 lines
342 B
Groovy

apply plugin: 'bintray-release'
publish {
artifactId = 'aria-ftp-plug'
userOrg = rootProject.userOrg
groupId = rootProject.groupId
// uploadName = rootProject.uploadName
uploadName = 'AriaFtpPlug'
publishVersion = '1.0.0'
description = rootProject.description
website = rootProject.website
licences = rootProject.licences
}