I've got the DepNamePlugin which I was planning on spinning out into
its own plugin and refining. For the moment, it's packaged into my
gradle-plugins. It was intended to solve this bit of annoyance.

https://github.com/RobertFischer/gradle-plugins

~~ Robert.


On Tue, May 22, 2012 at 10:41 AM, Jason Hatton <[email protected]> wrote:
> I guess I sent this by accident.  I hadn't finished my example on how to
> share lists of dependences see the completed version here:
>
>
>
> On Tue, May 22, 2012 at 10:38 AM, Jason Hatton <[email protected]> wrote:
>>
>> I am curious about what others are doing in their projects to store common
>> configuration values.  Please give feedback on your approaches and I welcome
>> opinions on the approaches I am sharing here.
>>
>> ...
>
>
>>
>> capability.  I am considering something like below in either a
>> gradle.properties or some sort of initializing gradle script.
>>
>> SPRING_API =  [[group: 'org.springframework', name: 'spring-context',
>> version: "$SPRING_VERSION"],
>>                          [group: 'org.springframework', name:
>> 'spring-jdbc', version: "$SPRING_VERSION"]]
>>
>> Then it would be possible to do:
>>
>> dependencies {
>>         compile { SPRING_API }
>>
>> }
>>
>>
>

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

    http://xircles.codehaus.org/manage_email


Reply via email to