Forwarding this to the user list. For groovy, let me see....
the doc says to do this: artifact_ns['Buildr::Compiler::Groovyc'].groovy = '1.7.1' Feel free to try it out. ---------- Forwarded message ---------- From: Peter Schröder <[email protected]> Date: Wed, Jun 16, 2010 at 06:55 Subject: Re: Buildr 1.4.0 RC4 To: "[email protected]" <[email protected]> there were no problems with our continous builds. i ran some test against my buildr-examples ( http://github.com/phoet/buildr-examples) and there were problems with circular dependencies, that i could fix locally. the only thing that did not work was: # configure a different groovy-version Buildr::Groovy::Groovyc::REQUIRES.groovy = '1.6.0' http://github.com/phoet/buildr-examples/blob/master/building/compiler/buildfile even though i could not remember why one would use it.
