We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7683316 commit a140951Copy full SHA for a140951
1 file changed
tests/generate-mega-melt.py
@@ -21,6 +21,10 @@ def child(node, tag):
21
22
# Artifacts to exclude from the mega melt.
23
ignoredArtifacts = [
24
+ # TEMP: The SNT project needs a new release without the
25
+ # obsolete scijava-plugins-io-table dependency.
26
+ 'SNT',
27
+
28
# TEMP: Exclude org.bytedeco:hdf5 until cisd:jhdf5 is gone.
29
'hdf5',
30
# TEMP: The original ImageJ requires Java 9+ to compile,
0 commit comments