Can gradle create the java project directory structure? -
gradle 1.12 fedora 20
i using gradle first time building java programs. using emacs don't using eclipse. because on cmd line.
gradle expects find production source code under src/main/java , test source code under src/test/java. in addition, files under src/main/resources
i wondering there command can utilize in gradle automatically create project structure?
i write script file, before know if gradle can it.
many in advance,
there isn't built-in way create directory structure, gradle init take care of @ point.
java gradle
No comments:
Post a Comment