修复同一时间调用多个start导致的任务重复问题 https://github.com/AriaLyy/Aria/issues/130
This commit is contained in:
@@ -16,6 +16,6 @@
|
||||
#org.gradle.daemon=true
|
||||
#org.gradle.jvmargs=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
|
||||
# gradle proxy https://chaosleong.github.io/2017/02/10/Configuring-Gradle-Proxy/
|
||||
systemProp.socksProxyHost=127.0.0.1
|
||||
systemProp.socksProxyPort=51110
|
||||
systemprop.socksProxyVersion=5
|
||||
#systemProp.socksProxyHost=127.0.0.1
|
||||
#systemProp.socksProxyPort=60777
|
||||
#systemprop.socksProxyVersion=5
|
Reference in New Issue
Block a user