> We probably want something closer to:
>
> buildLogic {
>   plugin “org.gradle.java”
>   library “commons-collections:commons-collections:1.2.3"
> }

This raises the question of why not just use buildscript {}? Are the
repository definitions for resolving plugins and JARs still supposed
to go into the buildscript {} block, or should they go in buildLogic
{}?

Also, can build files in sub-projects now have their own buildscript {} blocks?

One other option is for the plugins {} block to be something like an
alias to plugin declarations in buildscript {}. So buildscript {}
would still be the authority, but you just include a shortcut for
convenience.

Peter

-- 
Peter Ledbrook
t: @pledbrook

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

    http://xircles.codehaus.org/manage_email


Reply via email to