Вопрос

Can IntelliJ include a source directory contained in an excluded directory?

I am using Google Protocol Buffers and am placing the generated class files in the target/proto-generated directory. I have already excluded the target directory, is there a way to mark proto-generated as a source directory and leave the target directory excluded?

  • target <excluded>
    • classes
    • proto-generated <include>
Это было полезно?

Решение

Thanks CrazyCoder for

"See youtrack.jetbrains.com/issue/IDEABKL-6054 for the workaround."

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top