We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The basic idea is to allow merging of key values given a set of strategies, for example:
first
An example of such transformer can be seen at https://github.com/griffon/griffon/blob/development/subprojects/gradle-griffon-plugin/src/main/groovy/org/codehaus/griffon/gradle/shadow/transformers/PropertiesFileTransformer.groovy
The text was updated successfully, but these errors were encountered:
I like the idea. Want to submit a PR?
Sorry, something went wrong.
Done. Ready for your perusal at #74 😄
Merge pull request #74 from aalmiray/properties_transformer
b60b321
Add a PropertiesFileTransformer as suggested in #73
Closed after merging PR.
No branches or pull requests
The basic idea is to allow merging of key values given a set of strategies, for example:
first
.An example of such transformer can be seen at https://github.com/griffon/griffon/blob/development/subprojects/gradle-griffon-plugin/src/main/groovy/org/codehaus/griffon/gradle/shadow/transformers/PropertiesFileTransformer.groovy
The text was updated successfully, but these errors were encountered: