Ho to the get resources output directory?
Hi,
it is possible to get the classes output directory of a module via:
CompilerPaths.getModuleOutputPath(module, false)
The returned directory points by default to out/production/classes. Is there a similar way to get the resources output directory out/production/resources?
King regards,
Marcel
Please sign in to leave a comment.
What kind of project? Where is a "resources output" directory defined?