Closed mjstrasser closed 2 years ago
@mjstrasser Since Gradle's plugin portal proxies Maven Central, you shouldn't need to add an explicit mavenCentral()
reference in the pluginManagement
.
Did you run into a case where the plugin wouldn't resolve without explicitly adding mavenCentral()
? If so, do you have any more info on the project (how to reproduce it), so I can make sure I'm following?
@ajoberstar I haven’t looked into that problem I was having for some time. For me, Maven Central was not being proxied by the Gradle plugin portal.
When I have time I will investigate further but for now I am happy to close this PR.
176 Update to README with instructions for getting Gradle plugin from Maven Central.