Niclas Hedhman a écrit :
> 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...
Oh, you found out my plan ;-)