xom
xom copied to clipboard
suppress IllegalAccessError
On Java 17 Builder fails to load nu.xom.JDK15XML1_0Parser with IllegalAccessError, as it is not suppressed, it never tries any further parsers.
This trivial PR suppresses the IllegalAccessError.