What is the Gradle artifact dependency graph command?

前端 未结 8 1437
独厮守ぢ
独厮守ぢ 2020-11-28 03:34

I read this comment in the Gradle docs:

To deal with problems due to version conflicts, reports with dependency graphs
are also very helpful. Such reports ar         


        
8条回答
  •  自闭症患者
    2020-11-28 04:22

    The command is gradle dependencies, and its output is much improved in Gradle 1.2. (You can already try 1.2-rc-1 today.)

提交回复
热议问题