mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-0: prepDev should include assemblyPyPackage (Copy task)
This commit is contained in:
parent
a416caf911
commit
fb9303f15e
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ task assemblePyPackage(type: Copy) {
|
||||||
into "build/pypkg/"
|
into "build/pypkg/"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rootProject.tasks.prepDev.dependsOn(assemblePyPackage)
|
||||||
|
|
||||||
task buildPyPackage(type: Exec) {
|
task buildPyPackage(type: Exec) {
|
||||||
ext.dist = { file("build/pypkg/dist") }
|
ext.dist = { file("build/pypkg/dist") }
|
||||||
inputs.files(assemblePyPackage)
|
inputs.files(assemblePyPackage)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue