Mihai Voicescu
11/17/2021, 6:45 PMCarter
11/17/2021, 6:48 PMMihai Voicescu
11/17/2021, 7:12 PMtasks.getByName<Jar>("jar") {
// Get the resources
val browserDistributionTask = tasks.getByPath(":web-app:browserDistribution")
dependsOn(browserDistributionTask)
from(browserDistributionTask.outputs) {
into("static")
}
}
and it seems to package them in the JAR.
Would you recommend using the multiplatform plugin for these builds?