Ivy not installing some JARs

前端 未结 3 1137
夕颜
夕颜 2021-01-01 17:46

I\'m using Ivy for project dependency management and it\'s been working well aside from one issue which I\'ve always had. There are certain dependencies that Ivy is downloa

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-01 17:52

    Try setting the left side of conf mapping to default. For example conf="runtime->default" That resolved my issue.

    Edit: This can be found in ivy.xml, in the tag. For eg:

    
           
    
    

    The part ->default is the key.

提交回复
热议问题