I have managed to get this to build on M1 (see here flimlib/flimlib#60 (comment)) but it only works if I force the tests to be skipped i.e. mvn clean install -DskipTests
The error message is here:

From googling around it looks like Failed to load class "org.slf4j.impl.StaticLoggerBinder" could be fixed by e.g. https://stackoverflow.com/a/9919375/7359333
My colleague @drmattews doesn't need to force the tests to fail on his Intel Mac (it appears to work out of the box) so the issue seems to be somewhat M1/Apple Silicon related
I have managed to get this to build on M1 (see here flimlib/flimlib#60 (comment)) but it only works if I force the tests to be skipped i.e.
mvn clean install -DskipTestsThe error message is here:

From googling around it looks like
Failed to load class "org.slf4j.impl.StaticLoggerBinder"could be fixed by e.g. https://stackoverflow.com/a/9919375/7359333My colleague @drmattews doesn't need to force the tests to fail on his Intel Mac (it appears to work out of the box) so the issue seems to be somewhat M1/Apple Silicon related