Closed mr-archano closed 7 years ago
Thanks to the change in #18 this issue is obsolete. To read properties from a project it would be enough to declare the build properties set as follows:
buildProperties {
prj {
from project.properties
}
}
This is probably something we want to add as recipe in the new readme/docs as part of #21 (cc @ataulm)
In a couple of projects using this plugin we already have scripted another implementation of
Entries
backed by project or system properties. This is particularly handy to pass parameters via cli to override values defined in properties files.