110a9ff600
For some reason gradle processes "testJar" task differently and collects artifacts for it during configuration phase. This helps Idea project configurator understand that there's no need to attach test jar as separate binary library dependency. Having compiled module in dependencies results IDEA finds both compiled and source version of classes. This may cause bad navigation and reindexing.