diff --git a/.gradle/7.5.1/checksums/checksums.lock b/.gradle/7.5.1/checksums/checksums.lock index b94a5d3..60795cb 100644 Binary files a/.gradle/7.5.1/checksums/checksums.lock and b/.gradle/7.5.1/checksums/checksums.lock differ diff --git a/.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock b/.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock index fc0c5d5..b552fc1 100644 Binary files a/.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock and b/.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock differ diff --git a/.gradle/7.5.1/fileHashes/fileHashes.lock b/.gradle/7.5.1/fileHashes/fileHashes.lock index 9655f48..1a3dc84 100644 Binary files a/.gradle/7.5.1/fileHashes/fileHashes.lock and b/.gradle/7.5.1/fileHashes/fileHashes.lock differ diff --git a/.gradle/file-system.probe b/.gradle/file-system.probe index f251ac3..90a20e7 100644 Binary files a/.gradle/file-system.probe and b/.gradle/file-system.probe differ diff --git a/build.gradle b/build.gradle index 427da69..6991897 100644 --- a/build.gradle +++ b/build.gradle @@ -9,11 +9,11 @@ plugins { id 'org.bytedeco.gradle-javacpp-platform' } -// TODO: Change the module name -ext.moduleName = 'io.github.qupath.extension.qp_scope' +//the module name +ext.moduleName = 'qupath.extension.qp_scope' -// TODO: Define the extension version & provide a short description -version = "0.4.4" +//Define the extension version & provide a short description +version = "0.1.0" description = 'A basic QuPath extension for stitching.' // TODO: Specify the QuPath version, compatible with the extension. @@ -42,7 +42,7 @@ dependencies { shadow "io.github.qupath:qupath-gui-fx:${qupathVersion}" //Access to BioFormats extension for writing ome.tif files implementation "io.github.qupath:qupath-extension-bioformats:${qupathVersion}" - //implementation "qupath.ext.basicstitching:BasicStitching:${qupathVersion}" + implementation "qupath.ext.basicstitching:BasicStitching:0.1.0" //TODO figure out syntax for other plugins // For logging - the version comes from QuPath's version catalog at @@ -140,11 +140,11 @@ tasks.named('test') { repositories { // Add this if you need access to dependencies only installed locally mavenLocal() - /* + flatDir{ dirs 'C:/ImageAnalysis/QPExtensionTest/BasicStitching/build/libs' } - */ + mavenCentral() // Add scijava - which is where QuPath's jars are hosted diff --git a/build/tmp/jar/MANIFEST.MF b/build/tmp/jar/MANIFEST.MF index a132d0f..067baae 100644 --- a/build/tmp/jar/MANIFEST.MF +++ b/build/tmp/jar/MANIFEST.MF @@ -1,5 +1,5 @@ Manifest-Version: 1.0 Implementation-Title: qp_scope -Implementation-Version: 0.4.4 -Automatic-Module-Name: io.github.qupath.extension.qp_scope +Implementation-Version: 0.1.0 +Automatic-Module-Name: qupath.extension.qp_scope