You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a main method in the example command that calls final ImageJ ij = new ImageJ(); requires a dependency on net.imagej:imagej.
In order to help projects inheriting from this example to keep their dependency footprint minimal, we should maybe move that main method into a test class and make the imagej dependency test scope only.
Having a
main
method in the example command that callsfinal ImageJ ij = new ImageJ();
requires a dependency onnet.imagej:imagej
.In order to help projects inheriting from this example to keep their dependency footprint minimal, we should maybe move that
main
method into a test class and make theimagej
dependency test scope only.What do others think of that idea? @ctrueden @etadobson @frauzufall ?
The text was updated successfully, but these errors were encountered: