mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
GP-0: Fixing Gradle warning
This commit is contained in:
@@ -46,7 +46,7 @@ task ip {
|
||||
checkExternalLibsInMap(moduleManifestIpMap, p)
|
||||
|
||||
// gets the declared external python wheels and verifies they are accounted for in the Module.manifest file
|
||||
checkExternalPythonWheelsInMap(moduleManifestIpMap, project)
|
||||
checkExternalPythonWheelsInMap(moduleManifestIpMap, p)
|
||||
|
||||
// adds the ip info from the Module.manifest file to the map generated from scanning the module files.
|
||||
addModuleManifestIp(ipToFileMap, moduleManifestIpMap)
|
||||
|
||||
Reference in New Issue
Block a user