Files
Umbrella/web/build.gradle.kts

8 lines
162 B
Kotlin

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