Fabric maven repo causes slow gradle builds

后端 未结 1 1317
清酒与你
清酒与你 2020-12-16 01:01

After upgrading from using the Crashlytics maven repo to the new Fabric maven repo and gradle plugin, my gradle builds have become incredibly slow.

The problem seems

1条回答
  •  醉梦人生
    2020-12-16 01:21

    Hemal from Fabric here.

    Find this in build.gradle (should be 2 instances):

    maven { url 'https://maven.fabric.io/repo' }

    and replace with:

    maven { url 'https://maven.fabric.io/public' }

    0 讨论(0)
提交回复
热议问题