[GRADLE-2006] Calling Project.getProperties() may emit deprecation messages Created: 19/Dec/11 Updated: 04/Jan/13 Resolved: 02/Feb/12 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 1.0-milestone-6 |
| Fix Version/s: | 1.0-milestone-8 |
| Type: | Bug | ||
| Reporter: | Yoav Landman | Assignee: | Luke Daley |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
Calling Project.getProperties() iterates over all project properties, including ones that are deprecated, for example: MavenPluginConvention.getPomDir() which is made available by the Maven plugin. |