Dotted properties in Gradle

Note that I could only get this to work as follows:

project.property(‘my.property’)

Omitting the ‘project’ bit caused the property not to be found. I set my properties in gradle.properties.