This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"folders": | |
[ | |
{ "path":"grails-app/conf", "name":"Configuration" }, | |
{ "path":"grails-app/controllers", "name":"Controllers" }, | |
{ "path":"grails-app/domain", "name":"Domain Objects" }, | |
{ "path":"grails-app/i18n", "name":"Internationalization" }, | |
{ "path":"grails-app/services", "name":"Services" }, | |
{ "path":"grails-app/taglib", "name":"Tag Libraries" }, | |
{ "path":"grails-app/utils", "name":"Utils" }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin:'groovy' | |
apply plugin:'idea' | |
repositories { mavenCentral() } | |
dependencies { | |
groovy 'org.codehaus.groovy:groovy-all:1.8.4' | |
} | |
task makeDirs(description:'make all dirs for project setup') << { |