Hi,
apparently raising the new minimum version for Gradle via #18777 breaks the build on JDK 13. I actually don't have a clue why this worked with 4.10 previously, but as 5.6 isn't supporting JDK 13 we can maybe disable the tests under Java 13?
Maybe you have more insights on why this worked previously, in which case feel free to decline the PR.
Cheers, Christoph
Comment From: wilkinsona
Thanks, @dreis2211. I can't explain why that worked with 4.10. I can only guess that the usage of ASM that's causing the failure now is something that's new in 5.x.