This message was deleted.
# plugin-development
s
This message was deleted.
t
Well, it's there (or should be): https://plugins.gradle.org/plugin/com.gradle.enterprise Can you show the pluginManagement section of your settings script? and any buildscript block you could have in build scripts.
v
Do you have some Firewall or similar? The artifact it complains about is not directly hosted on "Gradle Central Plugin Repository" which is in the list of your plugin repositories, but it answers with a redirect to https://plugins-artifacts.gradle.org/com.gradle/gradle-enterprise-gradle-plugin/3.12.3/beee[…]9b5475bbed1/gradle-enterprise-gradle-plugin-3.12.3.pom, so if you for example are not allowed to access plugins-artifacts.gradle.org, it cannot be resolved.