Actually, more like;

apply plugin: 'polygene' // also sets the repositories needed.
> dependencies {
>     polygene.core()  // sets up compile, runtime, testCompile
>
> if possible...


On Wed, Dec 7, 2016 at 6:58 PM, Niclas Hedhman <nic...@hedhman.org> wrote:

> I didn't really notice all the nice things that Paul has done in the build
> system.
>
> I particularly like the
>
>     compile zest.extension( 'entitystore-jdbm' )
>
> Would it be possible to create and distribute a "Polygene plugin", which
> does this for downstream users?
>
>
> apply plugin: 'polygene' // also sets the repositories needed.
> dependencies {
>     compile polygene.core()  // maybe test-support should be added to 
> testCompile
>     compile polygene.library.http()
>     compile polygene.extension.entitystore_jdbm()
> }
>
> or similar, with a 'global' polygene.version defining the version for all
> of the components.
>
> Just an idea...
>
>
> Cheers
> --
> Niclas Hedhman, Software Developer
> http://zest.apache.org - New Energy for Java
>



-- 
Niclas Hedhman, Software Developer
http://zest.apache.org - New Energy for Java

Reply via email to