-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 22 not supported #366
Comments
What Gradle version do you use? 66 means JDK 22 and AggregateReportGenerator is built for JDK 1.8+. Gradle 8.8+ seems to support JDK 22. Does it occur also with that version(s)? |
It was gradle 8.9 and 8.10. |
Hi, I'm seeing a similar issue executing the
Are there any plans to add JDK 22 support? |
@AndrzejVIMN What version of pitest are you using? 1.17.1 should work with anything upto Java 24. |
@hcoles I was on the default version set by the plugin (which was 1.15.0 I believe) . Setting it to 1.17.1 helped, thanks :) |
On "gradle pitestReportAggregate" I got
Execution failed for task ':pitestReportAggregate'.
It seems, that Java 22 is not supported.
The text was updated successfully, but these errors were encountered: