pluginManagement { repositories { mavenLocal() mavenCentral() gradlePluginPortal() } } rootProject.name = "hello" include("app","war")