修复同一时间调用多个start导致的任务重复问题 https://github.com/AriaLyy/Aria/issues/130
This commit is contained in:
@@ -3,7 +3,7 @@ publish {
|
||||
artifactId = 'aria-ftp-plug'
|
||||
userOrg = rootProject.userOrg
|
||||
groupId = rootProject.groupId
|
||||
uploadName = 'AriaFtpPlug'
|
||||
uploadName = 'FtpPlug'
|
||||
publishVersion = rootProject.publishVersion
|
||||
description = rootProject.description
|
||||
website = rootProject.website
|
||||
|
@@ -11,4 +11,4 @@ dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
}
|
||||
|
||||
//apply from: 'bintray-release.gradle'
|
||||
apply from: 'bintray-release.gradle'
|
Reference in New Issue
Block a user