slack-digest/2022-05-03.md
Tue, 03 May 2022 08:23:45 GMT
Join the conversation at slack.cordova.io
Mon, 02 May 2022 22:48:56 GMT
@mathewp.94 says
Just me or is anyone else getting this error all of a sudden?
Mon, 02 May 2022 23:05:11 GMT
@mathewp.94 says
Switching the the Gradle
distributionUrlfromdistributionUrl=https\:<//services.gradle.org/distributions/gradle-6.5-bin.zip>todistributionUrl=https\:<//services.gradle.org/distributions/gradle-6.7-bin.zip>seems to fix it
Mon, 02 May 2022 23:35:37 GMT
@mathewp.94 says
Hm after swapping back the gradle version and resyncing everything it seems to be working again
Tue, 03 May 2022 02:16:41 GMT
@norman137 says
based on the error, it sounds like a maven server that holds the that dependency was unreachable
Tue, 03 May 2022 02:16:52 GMT
@norman137 says
and no other maven repositories holds that dependency.
Tue, 03 May 2022 02:18:10 GMT
@norman137 says
e.g. you probably experienced one of the maven repositories having a temporary outage.
Tue, 03 May 2022 03:50:17 GMT
@mathewp.94 says
ah ok
Tue, 03 May 2022 03:50:22 GMT
@mathewp.94 says
I had a feeling it could be something like that