1
0
mirror of synced 2025-12-19 18:14:56 -05:00

Fix gradle check (#56368)

This commit is contained in:
Edward Gao
2025-03-24 10:22:05 -07:00
committed by GitHub
parent 8260e67bf0
commit dfbe971027

View File

@@ -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'