Back to Cordova

2022 05 03

slack-digest/2022-05-03.md

latest1.4 KB
Original Source

Cordova Slack Digest

Tue, 03 May 2022 08:23:45 GMT

User count: 4688

Join the conversation at slack.cordova.io

Channel #cordova-android (8 messages)


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 distributionUrl from distributionUrl=https\:<//services.gradle.org/distributions/gradle-6.5-bin.zip> to distributionUrl=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