开发者社区 问答 正文

gradle倒入项目报错,求大神指点?报错

Warning:<i><b>root project 'ifu': Web Facets/Artifacts will not be configured properly</b>
Details: org.gradle.api.artifacts.ResolveException: Could not resolve all dependencies for configuration ':runtime'.
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve org.springframework:spring-beans:4.1.3.RELEASE.
Required by:
    :ifu:1.0
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: No cached version of org.springframework:spring-beans:4.1.3.RELEASE available for offline mode.</i>


展开
收起
爱吃鱼的程序员 2020-06-09 10:21:51 1069 分享 版权
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    <spanstyle="font-family:"font-size:14px;line-height:22px;background-color:#FFFFFF;"> availableforofflinemode离线模式,本地又没有spring的缓存,找不到jar包,去设置把<spanstyle="font-family:"font-size:13.3333px;line-height:22px;background-color:#FFFFFF;">offlinemode这个选项去掉就行了谢谢

    2020-06-09 10:22:06
    赞同 展开评论