[GRADLE-3430] Add Project.findProperty(String) to for lookup property or return null if not set Created: 06/Apr/16 Updated: 06/Apr/16 Resolved: 06/Apr/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 2.13-rc-1 |
Type: | Improvement | ||
Reporter: | René Gröschke (Inactive) | Assignee: | René Gröschke (Inactive) |
Resolution: | Fixed | Votes: | 0 |
Description |
A convenient to deal with project properties which could be not set. |
Comments |
Comment by René Gröschke (Inactive) [ 06/Apr/16 ] |
solved in this PR: https://github.com/gradle/gradle/pull/578 |