CORDA-3346: Remove the JitPack repository from Corda (#5620)

CORDA-3346: Remove the JitPack repository from Corda (#5620)
This commit is contained in:
Jonathan Locke 2019-10-21 15:13:42 +01:00 committed by GitHub
commit 2ea7e6ccae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -333,7 +333,6 @@ allprojects {
mavenCentral()
jcenter()
maven { url "$artifactory_contextUrl/corda-dependencies" }
maven { url 'https://jitpack.io' }
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
}

View File

@ -57,7 +57,6 @@ repositories {
maven {
url 'https://dl.bintray.com/palantir/releases' // docker-compose-rule is published on bintray
}
maven { url 'https://jitpack.io' }
}
dependencies {