File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,16 @@ plugins {
3
3
// To create a shadow/fat jar, including dependencies
4
4
id ' com.github.johnrengelman.shadow' version ' 7.0.0'
5
5
// Reduce JavaCPP dependencies
6
- id ' org.bytedeco.gradle-javacpp-platform' version ' 1.5.5 '
6
+ id ' org.bytedeco.gradle-javacpp-platform' version ' 1.5.6 '
7
7
}
8
8
9
9
ext. moduleName = ' qupath.extension.omero'
10
10
archivesBaseName = ' qupath-extension-omero'
11
11
description = " QuPath extension to support image reading using OMERO's web API."
12
- version = " 0.3.0-rc2 "
12
+ version = " 0.3.0"
13
13
14
14
repositories {
15
+ // mavenLocal()
15
16
mavenCentral()
16
17
17
18
maven {
@@ -27,7 +28,7 @@ repositories {
27
28
dependencies {
28
29
implementation " org.apache.commons:commons-text:1.9"
29
30
30
- shadow " io.github.qupath:qupath-gui-fx:0.3.0-rc2 "
31
+ shadow " io.github.qupath:qupath-gui-fx:0.3.0"
31
32
shadow " org.slf4j:slf4j-api:1.7.30"
32
33
}
33
34
You can’t perform that action at this time.
0 commit comments