I'm looking for the script file, where I can find all the commands that can be executed?
So I made a shortcut file (so I can set a shortcut key to it)
"java.exe" "-Dorg.gradle.appname=gradlew" -classpath "%userprofile%\Documents\NetBeansProjects\Forge\\gradle\wrapper\gradle-wrapper.jar" org.gradle.wrapper.GradleWrapperMain runClient
and that runs my client, but where do I find the list of commands other than runClient, etc.
I notice I have a new directory at %userprofile%/.gradle
I ran into this because I was attempting to debug my project, as I'm making GUI. and being able to code on runtime is just invaluable. and then I remember a long time ago looking at an ant script with all the commands. and I know gradle replaced ant it seems.