Join Slack
Powered by
This message was deleted.
# plugin-development
s
Slackbot
12/13/2023, 6:02 AM
This message was deleted.
t
Thomas Broyer
12/13/2023, 8:43 AM
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
Vampire
12/13/2023, 9:34 AM
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.
16
Views
Open in Slack
Previous
Next