How to exclude index runtime jars?
已回答
My java project has a big dependency, that cause the indexing time very long, but this is a runtime dependency. I set the maven dependency scope as runtime, so how to exclude index that runtime dependency?
请先登录再写评论。
Hello!
Since IDEA's indexing is a complex process that involves multiple stages, can you please clarify which indexing you are referring to (if possible, provide screenshots)?