[GRADLE-717] building from sources does not work - no "dists" task Created: 23/Oct/09 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Tomek Kaczanowski | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
if you try to build Gradle from sources, and follow the http://gradle.org/build.html or run build.gradle with default tasks you will get: ./gradlew clean dists FAILURE: Could not determine which tasks to execute.
BUILD FAILED Seems, like the names of tasks changed, but it was not reflected neither in default tasks of build.gradle nor on the website. See this discussion for more info http://www.nabble.com/build-from-sources---latest-snapshot---dists-or-distLibs---td25999529.html |