{
"resources": {
"includes": [
{"pattern": "<Java regexp that matches resource(s) to be included in the image>"},
{"pattern": "<another regexp>"},
...
],
"excludes": [
{"pattern": "<Java regexp that matches resource(s) to be excluded from the image>"},
{"pattern": "<another regexp>"},
...
]
}
}
Expected behavior
A clear and concise description of what you expected to happen.
{
"resources": {
"includes": [
{"pattern": "<Java regexp that matches resource(s) to be included in the image>"},
{"pattern": "<another regexp>"},
...
],
"excludes": [
{"pattern": "<Java regexp that matches resource(s) to be excluded from the image>"},
{"pattern": "<another regexp>"},
...
]
}
}
Also add bundle options support.
This will be breaking change.
Describe the bug Currently generating like:
But in [documentation]() is like:
Expected behavior A clear and concise description of what you expected to happen.
Also add bundle options support. This will be breaking change.