Trying Gradle build - “Task 'build' not found in root project”

前端 未结 3 1739
情深已故
情深已故 2020-12-15 03:34

I just started to read \"Pro Spring MVC with web flow\" and it comes with a code sample that I want to follow.

  • What I want - I want to build
3条回答
  •  無奈伤痛
    2020-12-15 04:02

    Check your file: settings.gradle for presence lines with included subprojects (for example: include chapter1-bookstore )

提交回复
热议问题