Unable to see dependency tree with gradlew OR gradle

前端 未结 1 772
醉话见心
醉话见心 2020-12-13 01:51

I\'m running the latest release of gradle (1.12). In the project\'s root directory, I run the following command, which as described in this answer by @CommonsWare should giv

相关标签:
1条回答
  • 2020-12-13 02:40

    Your top level build.gradle doesn't have any dependencies itself. You'll have to run (from the project root dir):

    ./gradlew app:dependencies
    
    0 讨论(0)
提交回复
热议问题