We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28661fa commit ef29431Copy full SHA for ef29431
tests/generate-mega-melt.py
@@ -21,9 +21,8 @@ def child(node, tag):
21
22
# Artifacts to exclude from the mega melt.
23
ignoredArtifacts = [
24
- # TEMP: The SNT project needs a new release with cleaned
25
- # up dependencies before it can be reenabled in the melt.
26
- 'SNT',
+ # TEMP: Exclude org.bytedeco:hdf5 until cisd:jhdf5 is gone.
+ 'hdf5',
27
# TEMP: The original ImageJ requires Java 9+ to compile,
28
# because it has a module-info.java, so skip it until the
29
# component collection is updated from Java 8 to Java 11.
0 commit comments