Ivy not installing some JARs

前端 未结 3 1149
夕颜
夕颜 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 18:07

    Found the issue. The problem was that the missing dependencies were "bundle" and my ant script was set to only install "jar" ...

    
    

    Fixed version:

    
    

提交回复
热议问题