Hello,
I have seen similar entries about this in the ‘old-forum’, but I’m not sure if any official bug has been logged.
We are experiencing issues in gradle.properties’ ability to evaluate nested variables:
test1=“This is a test"
test2=”${test1}, this is an additional test"
The expected result would be “This is a test, this is an additional test”. We end up getting “${test1}, this is an additional test”. From previous posts, I know this isn’t possible to do now, but is it possible to have this implemented in future releases?
Thank you