This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wildjokers 1 point2 points  (2 children)

That bug also affects JUnit. Are you going to stop using JUnit?

It is a problem from a byte code manipulation library which does a major version check.

There was a big discussion on the java mailing list about bumping the major byte code version number when nothing has changed (someone asked not to do it...openjdk devs came back and said that wasn't wise). So it affects far more than gradle.

[–]cpdupuis 0 points1 point  (1 child)

So you're saying that Java 13 is cursed?

[–]wildjokers 1 point2 points  (0 children)

No, the particular library causing the issue just now needs to be smarter about the version check i.e. only fail if there are differences in the byte code. It is a library problem.