mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
p2p: Drop now unnecessary files
This commit is contained in:
parent
7a5eb33b67
commit
91cb4a9c28
@ -15,7 +15,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'network.bisq:bisq-common:-SNAPSHOT'
|
||||
compile project(':common')
|
||||
//compile 'network.bisq:bisq-common:-SNAPSHOT'
|
||||
compile('com.github.JesusMcCloud.netlayer:tor.native:0.4.2') {
|
||||
exclude(module: 'slf4j-api')
|
||||
}
|
||||
|
@ -1,2 +0,0 @@
|
||||
systemProp.org.gradle.internal.http.connectionTimeout=120000
|
||||
systemProp.org.gradle.internal.http.socketTimeout=120000
|
Loading…
Reference in New Issue
Block a user