Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Would you happen to know why, given the following ConfigObject snippet:
- value1 = “bla”
- environments {
- local {
- value2 = “${value1}”
- }
- }
- Property ‘value2’ resolves to [:] and ‘value1’ does not even show up in config output at all (exampleCfg.prettyPrint()). All works fine if I use lazy strings “${->value1}“.
Advertisement
Add Comment
Please, Sign In to add comment