We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de3301 commit 96ecf71Copy full SHA for 96ecf71
tests/generate-mega-melt.py
@@ -44,6 +44,8 @@ def child(node, tag):
44
'javafx-media',
45
'javafx-swing',
46
'javafx-web',
47
+ # NB: Skip closed-source artifacts.
48
+ 'bonej-plus',
49
# NB: The following artifacts have messy dependency trees.
50
# Too many problems to test as part of the mega-melt.
51
# See WARNING block in pom-scijava's pom.xml for details.
tests/run.sh
@@ -105,6 +105,7 @@ chmod +x "$meltingPotScript" &&
105
-i 'sc.fiji:*' \
106
-e 'net.imagej:ij' \
107
-e 'net.imglib2:imglib2-mesh' \
108
+ -e 'org.bonej:bonej-plus' \
109
-e 'org.openjfx:*' \
110
-e 'org.scijava:j3dcore' \
111
-e 'org.scijava:j3dutils' \
0 commit comments