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.
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.