mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-0: Fixing gradle warning
This commit is contained in:
parent
529b174764
commit
d3c021119c
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ CopySpec z3LibsCopySpec = copySpec {
|
|||
}
|
||||
|
||||
task z3DevLibsCopy(type: Copy) {
|
||||
description "Unpack Z3 archives for development use"
|
||||
description = "Unpack Z3 archives for development use"
|
||||
group = "Development Preparation"
|
||||
|
||||
onlyIf {
|
||||
|
@ -52,7 +52,7 @@ task z3DevLibsCopy(type: Copy) {
|
|||
}
|
||||
|
||||
with z3LibsCopySpec
|
||||
destinationDir file("build")
|
||||
destinationDir = file("build")
|
||||
}
|
||||
|
||||
zipExtensions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue