Last active
November 21, 2018 17:15
-
-
Save helpermethod/8bf5c2d3bda2d55c0538841020761d25 to your computer and use it in GitHub Desktop.
Working transparently with Gradle and the Gradle Wrapper
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gradle() { | |
[[ -f gradlew ]] && ./gradlew "$@" || command gradle "$@" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment