修复同一时间调用多个start导致的任务重复问题 https://github.com/AriaLyy/Aria/issues/130

This commit is contained in:
AriaLyy
2017-10-09 21:42:58 +08:00
parent 2d64c50ed0
commit e68da0719c
12 changed files with 90 additions and 48 deletions

View File

@@ -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

View File

@@ -11,4 +11,4 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}
//apply from: 'bintray-release.gradle'
apply from: 'bintray-release.gradle'