[GRADLE-2661] eclipse wtp plugin does not honor minusConfigurations for file dependencies Created: 29/Jan/13  Updated: 29/Jan/13  Resolved: 29/Jan/13

Status: Resolved
Project: Gradle
Affects Version/s: None
Fix Version/s: 1.5-rc-1

Type: Bug
Reporter: Szczepan Faber Assignee: Unassigned
Resolution: Fixed Votes: 0


 Description   

See also GRADLE-1487.

dependencies {
  someConfig files('foo.jar 'bar.jar', 'baz.jar')
  someOtherConfig files('baz.jar')
}
eclipseClasspath {
  plusConfigurations += configurations.someConfig
  minusConfigurations += configurations.someOtherConfig
}

Issue: minusConfigurations are not excluded from the wtp component file


Generated at Wed Jun 30 12:28:00 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.