Gradle directory stucture

Posted by liam.j.bennett on Stack Overflow See other posts from Stack Overflow or by liam.j.bennett
Published on 2010-03-31T08:33:28Z Indexed on 2010/04/02 8:53 UTC
Read the original article Hit count: 398

Filed under:
|
|
|
|

I am working on a java Ant+Ivy based project that has the following directory structure:

projectRoot/src
projectRoot/classes
projectRoot/conf
projectRoot/webservices

this works perfectly well in Ant but I am looking to migrate to Gradle.

Is there a way to define a non-maven directory structure in gradle or should I be looking to mavenize?

© Stack Overflow or respective owner

Related posts about java

Related posts about ant