Skip to content

Commit 6519e22

Browse files
authored
Merge pull request #35 from sbesson/omero_artifact_plugin_6.0.0
Bump org.openmicroscopy.project from 5.7.2 to 6.0.0
2 parents b90ef63 + bdc5e50 commit 6519e22

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

build.gradle

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "java-library"
3-
id "org.openmicroscopy.project" version "5.7.2"
3+
id "org.openmicroscopy.project" version "6.0.0"
44
}
55

66
group = "org.openmicroscopy"
@@ -9,6 +9,19 @@ version = "5.6.4-SNAPSHOT"
99
repositories {
1010
mavenLocal()
1111
mavenCentral()
12+
mavenCentral()
13+
maven {
14+
url 'https://artifacts.glencoesoftware.com/artifactory/ome.releases/'
15+
}
16+
maven {
17+
url 'https://artifacts.unidata.ucar.edu/repository/unidata-releases/'
18+
}
19+
maven {
20+
url 'https://maven.scijava.org/repository/thirdparty/'
21+
}
22+
maven {
23+
url 'https://artifacts.openmicroscopy.org/artifactory/ome.external/'
24+
}
1225
}
1326

1427
compileJava {

0 commit comments

Comments
 (0)