Gradle resolves Java dependencies and downloads the corresponding JARs in parallel, which saves a lot of time for very large builds. However, the IntelliJ IDEA plugin seems to download source JARs serially. Is there a config option I’m not seeing to enable parallel download of source JARs when running ./gradlew idea
?