Skip to content

Fix animal sniffer when run with Java 11

Torsten Grote requested to merge animal-sniffer-11 into master

An earlier version was rewriting all method lambda references in bramble-core to use lambdas that would call the method instead, but maybe it is better to ignore this check instead like this version of the MR does.

Merge request reports