Slackbot
04/13/2022, 9:36 AMno
04/13/2022, 10:15 AMimplementation 'com.gradle:gradle-enterprise-gradle-plugin:3.9'
Vampire
04/13/2022, 10:19 AMno
04/13/2022, 10:23 AMEugene Krivobokov
04/13/2022, 10:23 AMimplementation 'com.gradlegradle enterprise gradle plugin3.9'Wow, it helped!
no
04/13/2022, 10:23 AMVampire
04/13/2022, 10:23 AMEugene Krivobokov
04/13/2022, 10:25 AMEugene Krivobokov
04/13/2022, 10:26 AMVampire
04/13/2022, 10:29 AM-all
distribution.
Especially as you are using the Kotlin DSL in your build scripts, there is absolutely no use for it. It just wastes time, bandwidth, and disk space of anyone and anything using that build.
There is exactly one situation where the -all
distribution is helpfule. That is to work-around a shortcoming in the IDE and only if you use Groovy DSL and only while you are editing build scripts.
So even with the Groovy DSL, you waste time, bandwith, and disk space of anyone and anything just executing the build.Eugene Krivobokov
04/13/2022, 10:35 AM-all
distribution for another reason.
We have to proxy all the dependencies in Artifactory. If I'm not mistaken, with -bin
distribution IDE downloaded sources while sync. We've switched to -all
to cache it beforehand. Probably, there is a better way to workaround it.Vampire
04/13/2022, 10:41 AMVampire
04/13/2022, 10:46 AMVampire
04/13/2022, 10:46 AMVampire
04/13/2022, 10:48 AMmavenCentral
after gradlePluginPortal
?
The plugin portal redirects to JCenter (or a mirror thereof) for things it does not have itself which in turn forwards to Maven Central for things it does not have.
So adding MC after GPP should not actually do anything, should it?Eugene Krivobokov
04/13/2022, 10:50 AMEugene Krivobokov
04/13/2022, 5:37 PMBtw. if I clone your MCVE and do the change @no suggested, I still get the same error. o_OThe same, started to fail. It looks flaky, depending on something.