issues
search
anlingyi
/
xechat-idea
让你能够在IDEA里实现聊天、下棋、斗地主!
https://xeblog.cn/?tag=xechat-idea
Apache License 2.0
742
stars
149
forks
source link
Could not find cn.xeblog:xechat-commons:1.6.6-beta.
#105
Closed
SherlockerSun
closed
1 year ago
SherlockerSun
commented
1 year ago
构建报错
SherlockerSun
commented
1 year ago
解决步骤:
1.把commons模块 install 一下
2. 检查一下maven仓库路径对不对
3. 检查gradle里面配的仓库路径
4. 在build.gradle文件中添加本地maven仓库路径
maven { url 'file://你的本地maven仓库路径' }
正常结果:
构建报错