【发布时间】:2020-08-30 12:04:02
【问题描述】:
我使用 ant 作为构建工具,使用 Ivy 进行依赖管理。
<dependency conf="compile->master;runtime->default" org="org.springframework" name="spring-web" rev="5.1.6.RELEASE"/>
<dependency conf="compile->master;runtime->default" org="io.projectreactor.netty" name="reactor-netty" rev="0.9.6.RELEASE"/>
现在当我给 ant build 时找不到 jar,问题是它正在附加 linux-x86_64。 它正在寻找下面的罐子
为什么要搜索 linux-x86_64 ?
我搜索并发现了类似的问题,但不确定解决方案。
https://github.com/netty/netty/issues/7101
How to build netty-transport-native-epoll-4.0.32.Final-linux-x86_64.jar?
【问题讨论】:
标签: ant netty ivy reactor-netty