Hello,
I start make project with gradle, but I can’t understand purpose of gradle and how to use it
I have two question,
-
If I’m making web app, Is gradle’s purpose do just make war file using build.gradle file finally?
-
Will paths(src/main/webapp, src/test/webapp, etc) under web project be made by I want? and Must I have to define newly paths into build.gradle file?