Gradle Enterprise Gradle plugin (com.gradle.enterprise) not found error in jenkins when trying to build my project Gradle Enterprise Gradle plugin (com.gradle.enterprise) not found error in jenkins when trying to build my project jenkins jenkins

Gradle Enterprise Gradle plugin (com.gradle.enterprise) not found error in jenkins when trying to build my project


My problem was being behind a firewall, which I "solved" by disconnecting from my company's VPN.

I also added plugins.gradle.org/m2 as a repo:

repositories {    mavenCentral()    jcenter()    gradlePluginPortal()}