ursus
12/07/2019, 12:45 AMgildor
12/07/2019, 5:49 AMursus
12/07/2019, 6:13 AMtest { }
block looks like a configuration for every / or the default test task, no?ursus
12/07/2019, 6:13 AMgradlew someTestTask
at the end from it?ursus
12/07/2019, 6:14 AMgradlew test
runs afaikgildor
12/07/2019, 6:41 AMgildor
12/07/2019, 6:43 AMursus
12/07/2019, 7:08 AMtask test(type: Test) {
}
?ursus
12/07/2019, 7:08 AMmyWhateverTest {
..
}
?ursus
12/07/2019, 7:10 AMgradlew test
ursus
12/07/2019, 7:35 AMtask myTest(type: Test) {
group = "verification"
include "com.myapp.foo.MessageManagerTest.class"
}
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':myTest'.
java.lang.NullPointerException (no error message)
ursus
12/07/2019, 7:51 AMgildor
12/07/2019, 2:06 PMursus
12/07/2019, 8:48 PMtestClasses
but ofcourse such task doesnt exist in my graldew tasks
. gradle is the worst, random attempts, sync run & pray