marcingrzejszczak / gradle-test-profiler

created with @AChudzik. The idea of this plugin is to perform profiling of your tests. You will be able to see your test execution times sorted in the descending manner together with an information about a module and the class name from which the test was executed.
Apache License 2.0
25 stars 11 forks source link

csv report not generated for multi-project builds #42

Closed mattfirtion closed 8 years ago

mattfirtion commented 8 years ago

When applying the plugin to a subproject of a multi-project gradle project, the csv report is not created.

When running gradle with --info flag, the plugin is printing the contents of the csv, but the report is not in the destination directory.

Buildscript block was added to subproject's build.gradle

marcingrzejszczak commented 8 years ago

Could you provide a sample project? I'm asking about this cause I have successfully added this plugin to a couple of mulit-project gradle projects. I'm wondering how it differs.

mattfirtion commented 8 years ago

@marcingrzejszczak, please give me a day or so to put together a project. The project in question is proprietary and I'll need to sanitize a bit.

mattfirtion commented 8 years ago

configuration issue on my end.