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
I'm having trouble running a custom test task on the classpath. The custom task is used to enable TestNG, which only a portion of the tests use. This is the relevant portion of my build file:
Could not find method moduleOptions() for arguments [build_d4flzour41wmm2m64le5sxrq5$_run_closure4$_closure7@1825ba81] on task ':tckTests' of type org.gradle.api.tasks.testing.Test.
It also doesn't work when I instead try to configure tasks with type Test:
I'm having trouble running a custom test task on the classpath. The custom task is used to enable TestNG, which only a portion of the tests use. This is the relevant portion of my build file:
Error:
It also doesn't work when I instead try to configure tasks with type
Test
:Am I doing anything wrong or this is a limitation in the plugin ?
The text was updated successfully, but these errors were encountered: