Skip to content

Commit a140951

Browse files
committed
mega-melt: disable SNT again for now
1 parent 7683316 commit a140951

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/generate-mega-melt.py

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ def child(node, tag):
2121

2222
# Artifacts to exclude from the mega melt.
2323
ignoredArtifacts = [
24+
# TEMP: The SNT project needs a new release without the
25+
# obsolete scijava-plugins-io-table dependency.
26+
'SNT',
27+
2428
# TEMP: Exclude org.bytedeco:hdf5 until cisd:jhdf5 is gone.
2529
'hdf5',
2630
# TEMP: The original ImageJ requires Java 9+ to compile,

0 commit comments

Comments
 (0)