Hello,
Executing my compileJava task shows that a local dependency is incorrectly
specified. I can't figure out where. If I println those dependencies they
are there, although only their names are displayed with no .jar appended.
What I use follows the user guide (the only difference, that I use absoluth
paths):
repositories {
flatDir name: 'localRepo', dirs: ['</abs/path1>', '</abs/path2>']
}
dependencies {
runtime group: 'rio', name: 'rio', version: '4.0-M2'
// or
runtime group: 'rio', name: 'rio'
// or
runtime name: 'rio'
}
What do I wrong?
Thanks!
--
View this message in context:
http://old.nabble.com/how-to-check-dependencies-tp26726538p26726538.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