This message was deleted.
# community-support
s
This message was deleted.
🧵 1
c
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
yes the property is valid and it is used to migrate ant targets to gradle tasks
c
ant.properties['property.name']
is returning null, you’ll need to explore why that is.
g
okay Maybe the classpath is wrong I'll figure it out Thanks