ursus
07/26/2019, 4:41 PMbuild
task in gradlew :tasks --all
? I only see module:build, module:test etcgildor
07/27/2019, 3:40 AMursus
07/27/2019, 6:55 AM./gradlew test
?gildor
07/27/2019, 8:25 AMursus
07/27/2019, 1:56 PMtest
? i.e. why I do not see it there if gradlew test
works? is it some timing thing? Like afterEvaluate etc?gildor
07/27/2019, 2:26 PM./gradlew test
runs task with name test
in all modules of your project, for modules where you don't have this task it will do nothingursus
07/27/2019, 2:59 PMgildor
07/27/2019, 4:08 PMursus
07/27/2019, 4:13 PMgildor
07/27/2019, 4:55 PM