Time to shoot the moon: is there a way for gradlefiles to be versioned and
archived such that my gradlefile can be something like:

import group.gradlefiles.gradlefile-1.3

or

dependendencies{
    configuration "groupid:gradlefile:1.3"
}

which would then load a gradlefile from a repository or something? This
would allow me the ability to freeze a version of a build and make changes
without the need to apply them always as well as the ability to only need
one place for gradle build logic that is to be used in many projects.  By
many projects, I mean many different potential toplevels each with their own
subprojects.

Of course I'm assuming the answer is no, but has this been given any thought
and/or is it in gradle's roadmap (written or unwritten)?
-- 
View this message in context: 
http://www.nabble.com/imported-gradlefile-versions-tp17784052p17784052.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


Reply via email to