Limit scope of gradle dependencies task

Is there a way to limit the scope of the gradle dependencies task so it doesn’t print out all of them?

We have many modules and many configurations. It takes forever to output all of them. Is there a way to limit them?

Basically, I want “gradle dependencies -Pconfiguration=providedRuntime” or something like that.

thanks

Gradle 1.4 will support ‘gradle dependencies --configuration compile’. It’s already in master.