Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 847 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 847 Bytes

gradle-lein Build Status

Gradle plugin to transform leiningen build files to gradle tasks.

Currently, the plugin should work with gradle 2.0.

What it should do

Eventually, the plugin should be able to bootstrap a whole gradle build with all leiningen tasks (including those added by plugins (e.g. ring).

Current issues

  • Lacks documentation
  • Lacks tests
  • Lacks license headers
  • Does not support calling any leiningen tasks yet

Licensing

The code is licensed under the Apache License, Version 2.0.

Contibuting

Any sort of help is absolutely welcome. If you have found a problem or even written a patch, feel free to create an issue or pull request.