Skip to content

Commit f2890f0

Browse files
committed
GP-0: Fixing Gradle warning
1 parent 8527ce6 commit f2890f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/support/ip.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ task ip {
4646
checkExternalLibsInMap(moduleManifestIpMap, p)
4747

4848
// gets the declared external python wheels and verifies they are accounted for in the Module.manifest file
49-
checkExternalPythonWheelsInMap(moduleManifestIpMap, project)
49+
checkExternalPythonWheelsInMap(moduleManifestIpMap, p)
5050

5151
// adds the ip info from the Module.manifest file to the map generated from scanning the module files.
5252
addModuleManifestIp(ipToFileMap, moduleManifestIpMap)

0 commit comments

Comments
 (0)