Pull up common repositories to root build.gradle

This commit is contained in:
Chris Beams 2018-11-04 14:06:23 +01:00
parent 95c8b8ddfa
commit 4e1fa914a2
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73
11 changed files with 5 additions and 30 deletions

View file

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

View file

@ -5,4 +5,9 @@ plugins {
subprojects {
apply plugin: 'java'
sourceCompatibility = 1.10
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
}

View file

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

View file

@ -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/' }
}

View file

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

View file

@ -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/' }
}

View file

@ -1,6 +1,4 @@
repositories {
jcenter()
maven { url 'https://jitpack.io' }
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
}

View file

@ -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/" }
}

View file

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

View file

@ -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/' }
}

View file

@ -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/' }
}