-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support YAML merge syntax #55
Comments
I suspect (but have not tested) that this is resolved by #62. Possibly just needs a test or two... |
I ran into this issue as well... Why doesn't this plugin use snakeyaml? It's basically the best yaml parser for java out there, no contest: |
Hi @reegnz
That wasn't obvious to me 2 years ago, when choosing a parser. It's not like yamlbeans says in the readme that it does not support this and that. |
Hi @tomzo, |
Is this still an issue? I see snakeyaml as a dependency in build.graddle |
So is yamlbeans. Checked the code, still using yamlbeans for parsing the config. |
On the back of the handy 'common' section introduced in #32, it would be really handy if this plugin supported the YAML merge key, like this:
I had a look at yamlbeans recently and it seems it now has support for this, but a release has not been made since then. EsotericSoftware/yamlbeans@095d83d
The text was updated successfully, but these errors were encountered: