mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
GP-0 add assemblePyPackage task dependency to buildPyPackage
This commit is contained in:
parent
ae18bdb413
commit
34ba255e72
@ -5,7 +5,7 @@
|
|||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
@ -37,6 +37,7 @@ task assemblePyPackage(type: Copy) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task buildPyPackage {
|
task buildPyPackage {
|
||||||
|
dependsOn assemblePyPackage
|
||||||
ext.dist = { file("build/pypkg/dist") }
|
ext.dist = { file("build/pypkg/dist") }
|
||||||
inputs.files(assemblePyPackage)
|
inputs.files(assemblePyPackage)
|
||||||
outputs.dir(dist)
|
outputs.dir(dist)
|
||||||
|
Loading…
Reference in New Issue
Block a user