How to exclude index runtime jars?
Answered
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?
Please sign in to leave a comment.
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)?