[GRADLE-1133] The "jst.java" facet version should default to java.sourceCompatibility Created: 26/Aug/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 0.9-rc-3 |
Type: | Improvement | ||
Reporter: | Felix Gnass | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
The eclipseWtp task creates the file .settings/org.eclipse.wst.common.project.facet.core.xml which looks like this: <faceted-project> It would be nice if the version of the "jst.java" facet would default to java.sourceCompatibility. Workaround: eclipseWtp.facets.find { it.name == 'jst.java' }.version = 1.5 |