Skip to content

Commit 6460e0d

Browse files
authored
Merge pull request #10 from petebankhead/main
Update to v0.3.0
2 parents 6fa7ac5 + 41ec6b2 commit 6460e0d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ plugins {
33
// To create a shadow/fat jar, including dependencies
44
id 'com.github.johnrengelman.shadow' version '7.0.0'
55
// 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'
77
}
88

99
ext.moduleName = 'qupath.extension.omero'
1010
archivesBaseName = 'qupath-extension-omero'
1111
description = "QuPath extension to support image reading using OMERO's web API."
12-
version = "0.3.0-rc2"
12+
version = "0.3.0"
1313

1414
repositories {
15+
// mavenLocal()
1516
mavenCentral()
1617

1718
maven {
@@ -27,7 +28,7 @@ repositories {
2728
dependencies {
2829
implementation "org.apache.commons:commons-text:1.9"
2930

30-
shadow "io.github.qupath:qupath-gui-fx:0.3.0-rc2"
31+
shadow "io.github.qupath:qupath-gui-fx:0.3.0"
3132
shadow "org.slf4j:slf4j-api:1.7.30"
3233
}
3334

0 commit comments

Comments
 (0)