GP-0: prepDev should include assemblyPyPackage (Copy task)

This commit is contained in:
Dan 2023-12-18 11:19:19 -05:00
parent a416caf911
commit fb9303f15e

View File

@ -19,6 +19,8 @@ task assemblePyPackage(type: Copy) {
into "build/pypkg/"
}
rootProject.tasks.prepDev.dependsOn(assemblePyPackage)
task buildPyPackage(type: Exec) {
ext.dist = { file("build/pypkg/dist") }
inputs.files(assemblePyPackage)