getProperties
public java.util.Properties getProperties()
Build the Properties instance each time this is called, ensuring we get the latest set of properties
from the Gradle Project.
This currently only includes properties that start with "ml". This is to avoid picking up very generically-named
properties in Gradle, such as "name" and "version", which may conflict with properties from other sources.
- Specified by:
getProperties in interface com.marklogic.client.modulesloader.tokenreplacer.PropertiesSource
- Returns:
- - Properties