[GRADLE-1486] Eclipse's targetCompatibility and sourceCompatibility should be assignable by simple types Created: 19/Apr/11 Updated: 04/Jan/13 Resolved: 19/Apr/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-milestone-2 |
Fix Version/s: | 1.0-milestone-3 |
Type: | Improvement | ||
Reporter: | Szczepan Faber | Assignee: | Szczepan Faber |
Resolution: | Fixed | Votes: | 0 |
Description |
Eclipse's targetCompatibility and sourceCompatibility should be assignable by simple types. Example:
eclipseJdt {
sourceCompatibility = 1.6
targetCompatibility = '1.5'
}
(Something I encountered during refactoring) |