i have Searched few website online, they say to put in root folder, but i cant find any root folder in my project. i am using GGTS for my project and want to have a gradle build.
Asked
Active
Viewed 81 times
1
-
put in Configuration Folder – dhS Sep 08 '16 at 06:53
-
after that is just have to run the application simply? or do i have to do other tasks(if any please tell)? – Sidharth Sep 08 '16 at 06:54
-
Put There and run – dhS Sep 08 '16 at 06:55
-
how do we know that its a gradle build after running the app? – Sidharth Sep 08 '16 at 07:01
-
Actually i am new to grails and gradle – Sidharth Sep 08 '16 at 07:02
1 Answers
1
Root folder is not a folder named "root". It's a main folder which your project is in.
Named the same as your project. You open up that folder and put the build.groovy
file right in there. the path would be .../your_project_name/build.groovy
You can actually use this tutorial to see detailed description about gradle build in GGTS.

Mike B
- 2,756
- 2
- 16
- 28