Skip to content

Commit bafd317

Browse files
committed
Bump org.openmicroscopy.project from 5.7.2 to 6.0.0
See https://github.com/ome/omero-artifact-plugin/releases/tag/v6.0.0 Explicitly declare OME artifactory, Unidata and Scijava repositories
1 parent c02f3d4 commit bafd317

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

build.gradle

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
plugins {
33
id 'java-library'
4-
id "org.openmicroscopy.project" version "5.7.2"
4+
id "org.openmicroscopy.project" version "6.0.0"
55
}
66

77
group = "org.openmicroscopy"
@@ -10,6 +10,18 @@ version = "5.10.5-SNAPSHOT"
1010
repositories {
1111
mavenLocal()
1212
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+
}
1325
}
1426

1527
dependencies {

0 commit comments

Comments
 (0)