mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-23 20:59:58 +00:00
GP-0: prepDev should include assemblyPyPackage (Copy task)
This commit is contained in:
parent
a416caf911
commit
fb9303f15e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user