AtomBuild / atom-build-gradle

Gradle plugin for atom-build
MIT License
3 stars 7 forks source link

Gradle Wrapper option #14

Open 239 opened 8 years ago

239 commented 8 years ago

I usually don't use gradlew unless my current Gradle distribution fails to build the project, preventing ~/.gradle/wrapper/dists/ to fill up with old versions. If there is no gradlew then atom-build-gradle just runs gradle which is fine. But it would be great to have an option what to run when both are available.