@@ -9,11 +9,11 @@ plugins {
9
9
id ' org.bytedeco.gradle-javacpp-platform'
10
10
}
11
11
12
- // TODO: Change the module name
13
- ext. moduleName = ' io.github. qupath.extension.qp_scope'
12
+ // the module name
13
+ ext. moduleName = ' qupath.extension.qp_scope'
14
14
15
- // TODO: Define the extension version & provide a short description
16
- version = " 0.4.4 "
15
+ // Define the extension version & provide a short description
16
+ version = " 0.1.0 "
17
17
description = ' A basic QuPath extension for stitching.'
18
18
19
19
// TODO: Specify the QuPath version, compatible with the extension.
@@ -42,7 +42,7 @@ dependencies {
42
42
shadow " io.github.qupath:qupath-gui-fx:${ qupathVersion} "
43
43
// Access to BioFormats extension for writing ome.tif files
44
44
implementation " io.github.qupath:qupath-extension-bioformats:${ qupathVersion} "
45
- // implementation "qupath.ext.basicstitching:BasicStitching:${qupathVersion} "
45
+ implementation " qupath.ext.basicstitching:BasicStitching:0.1.0 "
46
46
47
47
// TODO figure out syntax for other plugins
48
48
// For logging - the version comes from QuPath's version catalog at
@@ -140,11 +140,11 @@ tasks.named('test') {
140
140
repositories {
141
141
// Add this if you need access to dependencies only installed locally
142
142
mavenLocal()
143
- /*
143
+
144
144
flatDir{
145
145
dirs ' C:/ImageAnalysis/QPExtensionTest/BasicStitching/build/libs'
146
146
}
147
- */
147
+
148
148
mavenCentral()
149
149
150
150
// Add scijava - which is where QuPath's jars are hosted
0 commit comments