File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ val lwjglArtifacts = listOf(
4040)
4141
4242dependencies {
43+ // IMPORTANT: When adding dependencies that are not managed by the scijava parent POM,
44+ // add the name of the dependency to the `versionedArtifacts` below, otherwise the Maven
45+ // POM will be generated incorrectly.
4346 val scijavaParentPomVersion = project.properties[" scijavaParentPOMVersion" ]
4447 val lwjglVersion = project.properties[" lwjglVersion" ]
4548
@@ -305,7 +308,8 @@ tasks {
305308 " jackson-dataformat-yaml" ,
306309 " kryo" ,
307310 " bigvolumeviewer" ,
308- " snappy-java"
311+ " snappy-java" ,
312+ " autofab"
309313 ) + lwjglArtifacts
310314
311315 val toSkip = listOf (" pom-scijava" )
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ dokkaVersion=1.9.20
55scijavaParentPOMVersion =39.0.0
66lwjglVersion =3.3.3
77jvmTarget =21
8- version =0.12.0
8+ version =1.0.0-beta-2
99
You can’t perform that action at this time.
0 commit comments