Revision 238e58865f14eb17b13c6780eb55659d60d5e2b3 authored by Arunachalam Thirupathi on 19 September 2014, 19:02:33 UTC, committed by Arunachalam Thirupathi on 19 September 2014, 19:04:52 UTC
I made the fix to the old tool incorrectly. Ported the code to the new
tool with no modification. Talked to Xu and merging this directly

Also added a minor fix to the unit tests which fails sometimes because
of error. Added some retries and ignoring the failure.
1 parent 4f04240
Raw File
README.txt
This is a place holder directory for injecting custom gradle behavior.

This directory is not directly used in the open source gradle builds.
The open source project produces 2 artifacts voldemort.jar and 
voldemort-contrib.jar. This is not gradle friendly as in gradle if
you are producing more than one jar from the same module exporting
ivy dependencies and other becomes very trickier. 

This allows an upstream wrapper to inject custom behavior. For example
upstream wrapper can define a project(':voldemort:voldemort-contrib')
and define all the gradle behavior dependencies, black box build . 

Theoretically we could have used the contrib directory but that will
result in lot more confusion as that directory produces some artifacts
and upstream could want a different behavior.
back to top