Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
After solving https://hibernate.atlassian.net/browse/HHH-13682#icft=HHH-13682 (test classes were being compiled to java 8 bytecode instead of java 11), I'm hitting a bug in Gradle 4.10.3 that seems solved in 5 (https://github.com/gradle/gradle/issues/7059).
I need the upgrade to Gradle 5 in order for us to correctly test bytecode enhancement in Java 11 and above.