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
Here's our story: a teammate and I were trying to get your plugin working on our project. It took us a good amount of time, but we figured out why it wasn't working: the junit-platform-gradle-plugin was preventing most of the output from this plugin.
While there is a small blurb in the documentation about that plugin being deprecated, we still had it in our build.gradle because, I think, of some copy-pasta from older JUnit5 documentation.
It may be worth adding a note to your README that this might cause problems.
Regardless, this plugin works great! Thanks for the work you put in to it.
The text was updated successfully, but these errors were encountered:
Hi!
Here's our story: a teammate and I were trying to get your plugin working on our project. It took us a good amount of time, but we figured out why it wasn't working: the
junit-platform-gradle-plugin
was preventing most of the output from this plugin.While there is a small blurb in the documentation about that plugin being deprecated, we still had it in our
build.gradle
because, I think, of some copy-pasta from older JUnit5 documentation.It may be worth adding a note to your README that this might cause problems.
Regardless, this plugin works great! Thanks for the work you put in to it.
The text was updated successfully, but these errors were encountered: