0
点赞
收藏
分享

微信扫一扫

【gradle问题】Plugin [id: ‘org.springframework.boot‘, version: ‘2.1.0.RELEASE‘] was not found


一、问题描述

Plugin [id: 'org.springframework.boot', version: '2.1.0.RELEASE'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'org.springframework.boot:org.springframework.boot.gradle.plugin:2.1.0.RELEASE')
Searched in the following repositories:
Gradle Central Plugin Repository

二、问题分析

删除gradle或者将gradle更新相匹配5.4.1

【gradle问题】Plugin [id: ‘org.springframework.boot‘, version: ‘2.1.0.RELEASE‘] was not found_spring

举报

相关推荐

0 条评论