Skip to content
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

Ability to override verbose from command line #349

Open
Pfoerd opened this issue Aug 8, 2023 · 0 comments · May be fixed by #341
Open

Ability to override verbose from command line #349

Pfoerd opened this issue Aug 8, 2023 · 0 comments · May be fixed by #341
Milestone

Comments

@Pfoerd
Copy link
Contributor

Pfoerd commented Aug 8, 2023

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.

@Pfoerd Pfoerd linked a pull request Aug 8, 2023 that will close this issue
@szpak szpak added this to the 1.14.1 milestone Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants