Jeff
07/18/2019, 8:53 AMbuild.gradle.kts
to aggregate the test reports. The issue is that one of my modules, an API module, doesn't contain tests, and I'm getting this error when I attempt to build: `Task with name 'test' not found in project ':api'.
I'm assuming I need to somehow skip that subproject, but I don't exactly know how.