description = "Umbrella : Web" dependencies{ implementation(project(":core")) } tasks.processResources { System.out.println("Copying from dist…") from("../frontend/dist") { into("web") } }