diff --git a/gradle/support/ip.gradle b/gradle/support/ip.gradle index f753473419..b3d52377e9 100644 --- a/gradle/support/ip.gradle +++ b/gradle/support/ip.gradle @@ -44,7 +44,7 @@ task ip { checkExternalLibsInMap(moduleManifestIpMap, project) // gets the declared external python wheels and verifies they are accounted for in the Module.manifest file - checkExternalPythonWheelsInMap(moduleManifestIpMap, p) + checkExternalPythonWheelsInMap(moduleManifestIpMap, project) // adds the ip info from the Module.manifest file to the map generated from scanning the module files. addModuleManifestIp(ipToFileMap, moduleManifestIpMap)