You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: