Add a scijava.failOnIncompatibleVersion flag that is false per default so that copy-jars fails if scijava.failOnIncompatibleVersion==true and an incompatible version of an artifact is detected.
In any case, a warning should be logged when overriding an artifact with an incompatible version according to SemVer.
Add a
scijava.failOnIncompatibleVersion
flag that isfalse
per default so thatcopy-jars
fails ifscijava.failOnIncompatibleVersion==true
and an incompatible version of an artifact is detected.In any case, a warning should be logged when overriding an artifact with an incompatible version according to SemVer.