Good evening, when running *gradle eclipse*, the generated classpath files do not contain the library dependencies that have a configuration. Compiling works, so it seems to be a bug, but I thought I'd run it through the mailing list before filing an issue.
The relevant part of my build.gradle looks like this:
dependencies {
compile name: 'slf4j', version: '1.5.6', configuration: 'api'
}
Am I missing something or should I create an issue?
Regards,
Levi
