You can use into
to construct the destination directory structure.
contents {
into("config") {
from("config")
}
}
You can use into
to construct the destination directory structure.
contents {
into("config") {
from("config")
}
}