Get the build.xml, build.gradle, pom.xml files according to the module
Hi, is there a way to detect the build type of current module (ant, maven, gradle etc.) and get the corresponding build files?
at least for gradle i am able to do
get(module).getFile() to return build.gradle file
Thank you.
Please sign in to leave a comment.