add scijava

This commit is contained in:
Andrea Maria Piana 2024-07-17 16:35:59 +01:00
parent b6b696ff71
commit 8a29f2db59
1 changed files with 4 additions and 0 deletions

View File

@ -62,5 +62,9 @@ allprojects {
jcenter() // Required for @react-native-community/blur:3.6.1, can be removed after updating to 3.6.1+
mavenCentral()
maven { url "https://www.jitpack.io" }
maven {
name 'SciJava'
url "https://maven.scijava.org/content/repositories/public"
}
}
}