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