mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
INFRA-1549: added SCIJAVA repo (#6939)
* `com.github.detro:ghostdriver` is gone from repositories configured already * SCI Java public repo has it, and it is configured to resolve `com.github.detro` group only
This commit is contained in:
parent
f82f6f9b65
commit
16fdc289d7
@ -78,6 +78,15 @@ dependencies {
|
||||
testCompile "com.github.detro:ghostdriver:$ghostdriver_version"
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url 'https://maven.scijava.org/content/repositories/public/'
|
||||
content {
|
||||
includeGroup 'com.github.detro'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
bootRepackage {
|
||||
enabled = false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user