Gradle uses mavenLocal() even though it's not specified

Hi. I recently updated from Gradle 4.7 to 4.10.1. One of the major changes I noticed is that Gradle now uses the mavenLocal() repo automatically and as the first repo! It even uses it before it’s own cache.

Since my mavenLocal() repo usually doesn’t contain javadocs and source artefacts, this completely breaks the automatic source inclusion for Eclipse.

How can I disable this behavior?

My apologies! This is being caused by a plugin. Not by gradle itself.