Fix gradle check (#56368)
This commit is contained in:
@@ -51,6 +51,14 @@ dependencyResolutionManagement {
|
||||
|
||||
// Maven Central has most of everything.
|
||||
mavenCentral()
|
||||
// TODO remove this after jsonschemafriend is republished to jitpack https://github.com/jimblackler/jsonschemafriend/issues/124
|
||||
maven {
|
||||
name 'scijava'
|
||||
url 'https://maven.scijava.org/content/repositories/public'
|
||||
content {
|
||||
includeGroup 'net.jimblackler.jsonschemafriend'
|
||||
}
|
||||
}
|
||||
// Jitpack is used to pull dependencies directly from github.
|
||||
maven {
|
||||
name 'jitpack'
|
||||
|
||||
Reference in New Issue
Block a user