[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.
This emit deprecation warnings in the build. Currently, there seems to be no way around this, like getting a list of property names, or even better, a list of non-deprecated properties.


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