We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8527ce6 commit f2890f0Copy full SHA for f2890f0
gradle/support/ip.gradle
@@ -46,7 +46,7 @@ task ip {
46
checkExternalLibsInMap(moduleManifestIpMap, p)
47
48
// gets the declared external python wheels and verifies they are accounted for in the Module.manifest file
49
- checkExternalPythonWheelsInMap(moduleManifestIpMap, project)
+ checkExternalPythonWheelsInMap(moduleManifestIpMap, p)
50
51
// adds the ip info from the Module.manifest file to the map generated from scanning the module files.
52
addModuleManifestIp(ipToFileMap, moduleManifestIpMap)
0 commit comments