Here's the thread:
http://gradle.1045684.n5.nabble.com/easy-plugin-integration-td4542479.html

The main idea is that developers host their plugins on github, and the
apply syntax makes it possibly to specify the dependency at the same
time as the plugin. Part of that plan also includes providing a plugin
to publish to github. The github API provides the ability to create
and upload new cloud.github.com artifacts.

On Thu, Jul 14, 2011 at 2:21 PM, Merlyn Albery-Speyer
<[email protected]> wrote:
> You're not alone. This is my number one pain point with Gradle. I have a
> plan, though. I gather that there's an appeal to having many different
> solutions to this. I'll dig up the thread for the solution I'm pursuing.
>
> On Jul 14, 2011 1:58 PM, "cquinn" <[email protected]> wrote:
>> Im in the process of moving some shared Gradle scripts into one or more
>> plugins for my company's common build system. This is all going to replace
>> a
>> bunch of shared Ant scripts.
>>
>> One advantage of the shared scripts is that it was super easy for any
>> project to just import (Ant) or apply from (Gradle) one script file, and
>> then voilĂ .
>>
>> With the Gradle plugin(s), the apply is easy, but the buildscript
>> classpath
>> has to be defined first. So, I would like to provide a really simple way
>> for
>> the users to magically get the 'right' classpath. And maybe one for
>> development version locally built, and one for the released versions in
>> the
>> repo.
>>
>> I thought maybe customizing the wrapper could work, or sneak in an init
>> script somewhere else.
>>
>> Anybody else doing something like this?
>>
>> --carl
>>
>>
>> --
>> View this message in context:
>> http://gradle.1045684.n5.nabble.com/Ideas-for-simplifying-the-bootstrapping-of-plugin-loading-tp4588130p4588130.html
>> Sent from the gradle-user mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>> http://xircles.codehaus.org/manage_email
>>
>>
>

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

    http://xircles.codehaus.org/manage_email


Reply via email to