GP-0: Fixing Gradle warning

This commit is contained in:
Ryan Kurtz
2025-03-31 07:57:50 -04:00
parent 8527ce64b6
commit f2890f02dd

View File

@@ -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)