Details
-
Type:
Bug
-
Status:
Open
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
Description
dependencies {
someConfig file('bar.jar')
}
ideaModule {
scopes.COMPILE.plus += configurations.someConfig
}
1. Above does not work. Notice the dependency is declared with 'file' and not with 'files'
2. There's a possibility it does not work for ecliseClasspath, either
3. There's a possibility it does not work for eclipseWtpComponent, either