Skip to content

Commit ff6d6c8

Browse files
committed
mega-melt: skip SNT until its next release
1 parent 7d1a411 commit ff6d6c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/generate-mega-melt.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ def child(node, tag):
2121

2222
# Artifacts to exclude from the mega melt.
2323
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',
2427
# TEMP: The original ImageJ requires Java 9+ to compile,
2528
# because it has a module-info.java, so skip it until the
2629
# component collection is updated from Java 8 to Java 11.

0 commit comments

Comments
 (0)