Gradle dependency tree, what does the (*) mean?

后端 未结 1 1882
情深已故
情深已故 2021-01-07 23:59

I am just wondering what does the (*) mean under the dependency tree for Gradle. I have been searching online and could not find any answers.

+--- org.apache         


        
相关标签:
1条回答
  • 2021-01-08 00:55

    (*) - dependencies omitted (listed previously)

    Should be displayed under your dependency tree.

    The dependencies of the marked dependency are omitted for readability because they were already listed higher up in the dependency graph output.

    also, (c) - dependency constraint

    0 讨论(0)
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题