prezi / gradle

A powerful build system for the JVM
www.gradle.org
0 stars 0 forks source link

What should happen if withModule() is called with a module that is not a dependency? #25

Closed lptr closed 9 years ago

lptr commented 9 years ago

Same question with withProject().

(This is an open issue in the spec on master.)

lptr commented 9 years ago

Right now we ignore them, but maybe that's not what we want. For example because this way a typo can go very easily unnoticed.

lptr commented 9 years ago

As @bigdaz explained it, substitutions are going to be turned into rules. Then a general rule engine will take care of problems like rules that ended up not being applied to anything, so we don't have to care about it here. I'm closing this now.