IntelliJ IDEA 14 doesn't put resources into build folder
I have gradle project with default layout:
.
└── module
└── src
└── main
├── java
└── resources
with no extra configurations in build.gradle files.
IDEA imports that project well. It reveals correctly sources, tests and resources module for every module.
First time I run "Make module" IDEA puts resources into output folder.
However after cleaning output folder or rebuilding project there will be no resources in output folder.
---
Original message URL: https://devnet.jetbrains.com/message/5540418#5540418
Please sign in to leave a comment.