Late versions of java (e.g. Java 16) fail due to StreamEx
jimfcarroll opened this issue · 0 comments
jimfcarroll commented
StreamEx attempts to setAccessible
private fields on java.util.Stream. This fails on Java 16 with an InaccessibleObjectException
. I fixed this locally by upgrading the transitive dependency version of StreamEx to the latest (at this time, that's 0.7.3)