mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Pull up common repositories to root build.gradle
This commit is contained in:
parent
95c8b8ddfa
commit
4e1fa914a2
11 changed files with 5 additions and 30 deletions
|
@ -16,11 +16,6 @@ artifacts {
|
|||
archives javadocJar
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile('network.bisq.libdohj:libdohj-core:d4ace7bc') {
|
||||
exclude(module: 'protobuf-java')
|
||||
|
|
|
@ -5,4 +5,9 @@ plugins {
|
|||
subprojects {
|
||||
apply plugin: 'java'
|
||||
sourceCompatibility = 1.10
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,11 +25,6 @@ tasks.withType(JavaCompile) {
|
|||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
|
||||
sourceSets.main.java.srcDir "$buildDir/generated/source/proto/main/java"
|
||||
|
||||
protobuf {
|
||||
|
|
|
@ -5,8 +5,6 @@ tasks.withType(JavaCompile) {
|
|||
def jmockitVersion = '1.42'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
|
||||
}
|
||||
|
||||
|
|
|
@ -31,10 +31,7 @@ tasks.withType(JavaCompile) {
|
|||
sourceSets.main.resources.srcDirs += ['src/main/java'] // to copy fxml and css files
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
|
||||
maven { url 'https://dl.bintray.com/jerady/maven' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -5,8 +5,6 @@ plugins {
|
|||
mainClassName = 'bisq.monitor.MonitorMain'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
repositories {
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
|
||||
}
|
||||
|
||||
|
|
|
@ -11,8 +11,6 @@ jar.manifest.attributes(
|
|||
jar.archiveName "${rootProject.name}.jar"
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url "https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/" }
|
||||
}
|
||||
|
||||
|
|
|
@ -4,11 +4,6 @@ plugins {
|
|||
|
||||
mainClassName = 'bisq.relay.RelayMain'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':common')
|
||||
compile 'com.sparkjava:spark-core:2.5.2'
|
||||
|
|
|
@ -15,8 +15,6 @@ mainClassName = 'bisq.seednode.SeedNodeMain'
|
|||
sourceSets.main.resources.srcDirs += ['src/main/java'] // to copy fxml and css files
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
|
||||
}
|
||||
|
||||
|
|
|
@ -5,8 +5,6 @@ plugins {
|
|||
mainClassName = 'bisq.statistics.StatisticsMain'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue