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
Gradle-cucumber sometimes fails when a groovy class somewhere in the dependency tree does not have a no-arg constructor. Unsure if this is specific to gradle-cucumber or a further upstream dependency. I will attempt to generate a minimal example and hopefully a pull-request soon, but wanted to capture this now that I have diagnosed and discovered a workaround (create a no-arg constructor, and an init() method that it is then necessary to call.
The text was updated successfully, but these errors were encountered:
Gradle-cucumber sometimes fails when a groovy class somewhere in the dependency tree does not have a no-arg constructor. Unsure if this is specific to gradle-cucumber or a further upstream dependency. I will attempt to generate a minimal example and hopefully a pull-request soon, but wanted to capture this now that I have diagnosed and discovered a workaround (create a no-arg constructor, and an init() method that it is then necessary to call.
The text was updated successfully, but these errors were encountered: