源代码备份
This commit is contained in:
11
SFtpComponent/bintray-release.gradle
Normal file
11
SFtpComponent/bintray-release.gradle
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
||||
}
|
Reference in New Issue
Block a user