You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Temporary enabling verbose output is very common to analyze issues when executing Pitest.
Thus, it would be very useful to have a command line parameter for this like ./gradlew pitest --verbose
There is already a documented way using the gradle-override-plugin, but adding additional plugins to a (complex) project is always challenging due to (in)compatibilities of Language Levels, Gradle-version, transitive dependencies etc.
So for this "vital" option for temporary enabling verbose output it would be really helpful to have a "plugin-native" command line support.
The text was updated successfully, but these errors were encountered:
Temporary enabling verbose output is very common to analyze issues when executing Pitest.
Thus, it would be very useful to have a command line parameter for this like
./gradlew pitest --verbose
There is already a documented way using the gradle-override-plugin, but adding additional plugins to a (complex) project is always challenging due to (in)compatibilities of Language Levels, Gradle-version, transitive dependencies etc.
So for this "vital" option for temporary enabling verbose output it would be really helpful to have a "plugin-native" command line support.
The text was updated successfully, but these errors were encountered: