[GRADLE-3541] Improve warning on un-annotated properties Created: 29/Aug/16 Updated: 31/Aug/16 Resolved: 31/Aug/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 3.0 |
Fix Version/s: | 3.1-rc-1 |
Type: | Improvement | ||
Reporter: | Stefan Oehme (Inactive) | Assignee: | Lóránt Pintér |
Resolution: | Fixed | Votes: | 0 |
Description |
The warning from the java-gradle-plugin for non-annotated properties currently does not tell the user how to fix the problem It should include some link to documentation about @Input and friends. |