This message was deleted.
# plugin-development
s
This message was deleted.
v
You can get it from
gradle.startParameters
But actually, in most cases you should better not do it 🙂
b
My use-case is injecting
local.properties
support so I need to have the following resolution in increasing priority: 1. gradle.properties 2. local.properties 3. -P properties
v
b
Yep... 😞
In the end I just wrote a custom
Project::findProperties
accessor, which is not ideal, but works for most of the cases where I need them.