I have been trying to integrate my spring boot java project running on gradle with Kotlin DSL.
But receiving exception:
PIT >> INFO : Created 0 mutation test units in pre scan
Exception in thread “main” org.pitest.help.PitHelpError: No mutations found. This probably means there is an issue with either the supplied classpat
h or filters.
See https://pitest.org for more details.
I have tried all modifications, I have now started wondering if PIT supports JAVA 21 at all? There is no mention of 21 on their github releases.
If anyone could help
Garima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.