This message was deleted.
# plugin-development
s
This message was deleted.
m
those builds pass locally...
t
Note that it's not directly the Gradle Plugin Portal, but the JCenter mirror, which probably caches misses (IIUC, the default config should be 30 minutes, no idea how it's configured on Gradle side) Put mavenCentral before gradlePluginPortal to avoid hitting the JCenter mirror.
m
Put mavenCentral before gradlePluginPortal to avoid hitting the JCenter mirror.
This requires updating all my samples to add a
pluginManagement
section 😕
hopefully I don't have that much, tx
c
But that's expected if you are adding it 2 times, isn't it
m
define "expected". It's an arbitrary limitation from my POV 🙂