I have a separate gradle script that is just adding spring-boot plugin. It looks like this:
buildscript { repositories { mavenLocal() mavenCe
Check your syntax and where your parentheses close } I had the same issue and it turned out my repositories { didnt contain } at the end
}