We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b90ef63 + bdc5e50 commit 6519e22Copy full SHA for 6519e22
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id "java-library"
3
- id "org.openmicroscopy.project" version "5.7.2"
+ id "org.openmicroscopy.project" version "6.0.0"
4
}
5
6
group = "org.openmicroscopy"
@@ -9,6 +9,19 @@ version = "5.6.4-SNAPSHOT"
9
repositories {
10
mavenLocal()
11
mavenCentral()
12
+ mavenCentral()
13
+ maven {
14
+ url 'https://artifacts.glencoesoftware.com/artifactory/ome.releases/'
15
+ }
16
17
+ url 'https://artifacts.unidata.ucar.edu/repository/unidata-releases/'
18
19
20
+ url 'https://maven.scijava.org/repository/thirdparty/'
21
22
23
+ url 'https://artifacts.openmicroscopy.org/artifactory/ome.external/'
24
25
26
27
compileJava {
0 commit comments