Russel Winder-4 wrote: > > (*) I don't know whether Maven or Ivy allow this, but as the Maven > repository knows the latest version of a jar in the repository it ought > to be able to offer "the latest version" of an artefact rather than > having to be told which version to get. >
Maven has "RELEASE" and open version ranges (e.g. "[1.2,)"), but they don't work as I expected them to. Better use a plain version number and enjoy a reproducible build. Cheers, Peter -- View this message in context: http://www.nabble.com/unmanagedClasspath-tp24549194p24550149.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
