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