mirror of
https://github.com/corda/corda.git
synced 2024-12-24 07:06:44 +00:00
ES-2371: use public mirror
This commit is contained in:
parent
204a86d9a6
commit
4efda6d46b
11
build.gradle
11
build.gradle
@ -438,16 +438,9 @@ allprojects {
|
|||||||
includeGroup 'com.github.detro'
|
includeGroup 'com.github.detro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// required until h2database 2.2.229 is released
|
// required until next version of h2database is released post 2.2.224
|
||||||
maven {
|
maven {
|
||||||
url "${artifactory_contextUrl}/corda-dependencies-dev"
|
url "${publicArtifactURL}/corda-dependencies-dev"
|
||||||
authentication {
|
|
||||||
basic(BasicAuthentication)
|
|
||||||
}
|
|
||||||
credentials {
|
|
||||||
username = findProperty('cordaArtifactoryUsername') ?: System.getenv('CORDA_ARTIFACTORY_USERNAME')
|
|
||||||
password = findProperty('cordaArtifactoryPassword') ?: System.getenv('CORDA_ARTIFACTORY_PASSWORD')
|
|
||||||
}
|
|
||||||
content {
|
content {
|
||||||
includeGroupByRegex 'com\\.h2database(\\..*)?'
|
includeGroupByRegex 'com\\.h2database(\\..*)?'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user