in Gradle when you specify a jar dependency like:

dependencies {
  compile name: 'commons-collections' version:'1.4'
}

it appears it just looks for a jar called 'commons-collections-1.4'
and doesn't look at the manifest file.  correct?  whoever built our
libs dir stripped out all the version chunks out of the name.  how
should I deal with this?  Just put in 'commons-collections' and forget
the version number?

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

    http://xircles.codehaus.org/manage_email


Reply via email to