mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-22 05:52:02 +00:00
GP-3539: Fixing Gradle 8 createExternalExtensions task dependency issue
This commit is contained in:
parent
5970699db1
commit
7db06aabe6
@ -418,6 +418,8 @@ task createExternalExtensions(type: Copy) {
|
||||
group 'private'
|
||||
description "Creates directory of extensions that are external to the installation zip (does not clean up artifacts) [gradle/root/distribution.gradle]"
|
||||
|
||||
dependsOn assembleSource
|
||||
|
||||
destinationDir new File(DISTRIBUTION_DIR.getPath(), "external_extensions")
|
||||
|
||||
// Make sure that we don't try to copy the same file with the same path.
|
||||
|
Loading…
x
Reference in New Issue
Block a user