Intellij doesn't copy logback.groovy file which in resource directory to target directory
已回答
I have a logback.groovy configuration file in resource directory. when I build this module other xml files, conf files will automatically copy to target directory except the logback.groovy file. How can I fix this issue?
intellij version: 2020.2 Ultimate Edition
请先登录再写评论。
Remove !?*.groovy; from Settings (Preferences on macOS) | Build, Execution, Deployment | Compiler | Resource patterns: