Skip to content
This repository was archived by the owner on May 19, 2019. It is now read-only.

Initial support for Rake tasks #1

Description

@rtyler

(Will require #25 from jruby-gradle-plugin)

Just brain dumping some ideas right now:

If build.gradle had a method such as enableRake() that could load a Rakefile from the $CWD and provide wrapper tasks for all the Rake tasks defined.

For example: rake build could turn into the gradle task rakeBuild. rake assets:clean could turn into rakeAssetsClean

Another option would be to just create a task that would create a ScriptingContainer to execute Rake inside of and let Rake handle everything underneath.


See the previous discussion in this old issue (cc @ysb33r)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions