henrik
09/27/2019, 7:07 AMtasks {
val moduleTest by existing(Test::class) {
setForkEvery(1)
}
}
I'm not able to navigate to the Test
class or to setForkEvery
, and I don't get a list of other methods are available besides setForkEvery
. Is there anything I can do to improve the situation?
Posted in #gradle