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 b7f93d1 commit ad61b4cCopy full SHA for ad61b4c
tests/generate-mega-melt.py
@@ -27,10 +27,6 @@ def child(node, tag):
27
# because it has a module-info.java, so skip it until the
28
# component collection is updated from Java 8 to Java 11.
29
'ij',
30
- # TEMP: The original ImageJ introduced changes in
31
- # 1.54m/1.54n/1.54p that breaks some downstream tests.
32
- # Disable them till we have time to address the issue.
33
- 'ij1-patcher', 'imagej-legacy',
34
# TEMP: Skip components within multi-module reactors.
35
# Neither melting-pot.sh nor release-version.sh understand
36
# multi-module repositories; release-version.sh needs to learn
0 commit comments