Remove gradle jar from git
Open
code cleanup
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
I believe we should not commit compiled artifacts into the source tree.
On the other hand, with gradle, it's not easy to install the correct version. For example, Fedora 23 (very recent!) only makes Gradle 2.5 available, and I think our projects require Gradle 3.
Proposal: Remove the gradle jar from git and write a rake task that will download it during `rake bootstrap`
Contributor guide
Assessment
This issue has not been assessed yet.