I have the following structure:
src/main/java/com/company/SomeJavaFile.java src/main/java/com/company/template_file.ftl
When I create an assembly using gradle, * .ftl files are not included in the war file.
How can I make gradle include them in a war file?
Basil musa
source share