How about
dependencies {
defineSet compile
compile 'commons-io:commons-io:1.4"
}Allows explicit definitions of dependencies without making me put those is a separate closure from where I'm gonna use them. The drawback is that defineSet is now unusable as a dependency set, but that doesn't seem too bad. -- John Murph Automated Logic Research Team
