Pull up JesusMcCloud repo to root

Not all subprojects need it, but most do.
This commit is contained in:
Chris Beams 2018-11-04 14:28:14 +01:00
parent f6a68f8aef
commit 1cdb39ab60
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
8 changed files with 1 additions and 28 deletions

View File

@ -9,6 +9,7 @@ subprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
}
tasks.withType(JavaCompile) {

View File

@ -1,9 +1,5 @@
def jmockitVersion = '1.42'
repositories {
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
}
dependencies {
compile project(':assets')
compile project(':p2p')

View File

@ -26,10 +26,6 @@ tasks.withType(AbstractArchiveTask) {
sourceSets.main.resources.srcDirs += ['src/main/java'] // to copy fxml and css files
repositories {
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
}
dependencies {
// fixme(chirhonul): currently 'gradle install' using system gradle 4.9 fails with:
// A POM cannot have multiple artifacts with the same type and classifier. Already have MavenArtifact bisq:zip:zip:null, trying to add MavenArtifact bisq:zip:zip:null.

View File

@ -4,10 +4,6 @@ plugins {
mainClassName = 'bisq.monitor.MonitorMain'
repositories {
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
}
dependencies {
compile project(':core')
compile 'com.sparkjava:spark-core:2.5.2'

View File

@ -1,7 +1,3 @@
repositories {
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
}
dependencies {
compile project(':common')
compile('com.github.JesusMcCloud.netlayer:tor.native:0.4.2') {

View File

@ -10,10 +10,6 @@ jar.manifest.attributes(
jar.archiveName "${rootProject.name}.jar"
repositories {
maven { url "https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/" }
}
dependencies {
compile project(":core")
compile project(":assets")

View File

@ -14,10 +14,6 @@ mainClassName = 'bisq.seednode.SeedNodeMain'
sourceSets.main.resources.srcDirs += ['src/main/java'] // to copy fxml and css files
repositories {
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
}
dependencies {
compile project(':core')
runtime 'org.bouncycastle:bcprov-jdk15on:1.56'

View File

@ -4,10 +4,6 @@ plugins {
mainClassName = 'bisq.statistics.StatisticsMain'
repositories {
maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
}
dependencies {
compile project(':core')
compileOnly 'org.projectlombok:lombok:1.18.2'