GNG (Gradle is Not Gradle) is a script that automatically searches your 'gradlew' script when you are inside your Gradle project and executes it. It also contains an official Gradle wrapper. You can create gradle projects from scratch without installing Gradle. This is originally inspired by gdub and gradlew-bootstrap. GNG is the successor of gdub. It keeps the original gw command and with more features. It is written totally in bash script.
GNG (Gradle is Not Gradle) is a script that automatically searches your 'gradlew' script when you are inside your Gradle project and executes it. It also contains an official Gradle wrapper. You can create gradle projects from scratch without installing Gradle. This is originally inspired by gdub and gradlew-bootstrap. GNG is the successor of gdub. It keeps the original gw command and with more features. It is written totally in bash script.
To install gng, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gng
To see what files were installed by gng, run:
port contents gng
To later upgrade gng, run:
sudo port selfupdate && sudo port upgrade gng
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.