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