lib/core/project.rb in buildr-1.2.4 vs lib/core/project.rb in buildr-1.2.5
- old
+ new
@@ -626,9 +626,10 @@
Project.projects *args
end
# Forces all the projects to be evaluated before executing any other task.
# If we don't do that, we don't get to have tasks available when running Rake.
- task("buildr:projects") { projects }
- Rake.application.top_level_tasks.unshift "buildr:projects"
+ task "buildr:initialize" do
+ projects
+ end
end