Hey René,

Me personally, I like the specificity. I have a maven project with subprojects that I'm converting to gradle right now, and I could easily have already run into trouble by now with a tempting wildcard. The immediate use-case that jumps to mind is:

------
include "*"
------

and the resulting confusion that that might bring.

Cheers,
Merlyn

On Feb 16, 2011, at 10:27 AM, Rene Groeschke wrote:

We often have subprojects which have a common prefix like "myProjectAPI,
myProjectServices, myProjectUI. What about allowing wildcards in my
settings.gradle? this could end up in a settings.gradle file like this:

-----
include "myProject*"
-----


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to