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 41185ad commit 9e183c3Copy full SHA for 9e183c3
tests/generate-mega-melt.py
@@ -27,6 +27,8 @@ 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
+ # NB: Skip artifacts requiring minimum Java version >8.
31
+ 'algart-tiff',
32
# NB: The following artifacts have messy dependency trees.
33
# Too many problems to test as part of the mega-melt.
34
# See WARNING block in pom-scijava's pom.xml for details.
0 commit comments