Looks like that specified property is not resolving (does not exist), returning null resulting in this exception. Why is ant.properties being used? Is the property valid?
g
Gaurang Kudale
05/26/2022, 4:38 PM
yes the property is valid and it is used to migrate ant targets to gradle tasks
c
Chris Lee
05/26/2022, 4:40 PM
ant.properties['property.name']
is returning null, you’ll need to explore why that is.
g
Gaurang Kudale
05/26/2022, 4:54 PM
okay
Maybe the classpath is wrong I'll figure it out Thanks