spring-boot gradle plugin can't be found

前端 未结 8 1241
醉话见心
醉话见心 2021-02-05 02:44

I have a separate gradle script that is just adding spring-boot plugin. It looks like this:

buildscript {
    repositories {
        mavenLocal()
        mavenCe         


        
8条回答
  •  遥遥无期
    2021-02-05 03:18

    Check your syntax and where your parentheses close } I had the same issue and it turned out my repositories { didnt contain } at the end

提交回复
热议问题