[GRADLE-2331] StackOverflow in TestNgOptions when trying to get things from the project scope Created: 31/May/12 Updated: 04/Jan/13 Resolved: 10/Aug/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-rc-3 |
Fix Version/s: | 1.2-rc-1 |
Type: | Bug | ||
Reporter: | Michael Arndt | Assignee: | René Gröschke (Inactive) |
Resolution: | Fixed | Votes: | 0 |
Issue Links: |
|
Description |
task myTests(type: Test) { } will result in a StackOverflow. This will work: task myTests(type: Test) { } |