Intellij doesn't copy logback.groovy file which in resource directory to target directory
Answered
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
Please sign in to leave a comment.
Remove !?*.groovy; from Settings (Preferences on macOS) | Build, Execution, Deployment | Compiler | Resource patterns: