Gradlew Pro Tip
Fed up of typing ./gradlew tasks, same.
Add the following to your rc file:
alias = "./gradlew"
I use zshell nano ~./zshrc. But you can add this to bashrc or other derivitives.
Fed up of typing ./gradlew tasks, same.
Add the following to your rc file:
alias = "./gradlew"
I use zshell nano ~./zshrc. But you can add this to bashrc or other derivitives.