This src/schema/current folder contains sub-folders and jsonschema2pojo nicely creates sub-packages for that.
Until now this setup was working perfectly, but now I have some non json schema files that are added to src/schema/current and because these file are non json schema's the jsonschema2pojo task fails as it does not recognize them.
I'm using jsonschema2pojo in a Kotlin with the following configuration:
This
src/schema/current
folder contains sub-folders and jsonschema2pojo nicely creates sub-packages for that. Until now this setup was working perfectly, but now I have some non json schema files that are added tosrc/schema/current
and because these file are non json schema's the jsonschema2pojo task fails as it does not recognize them.Is there a way to exclude certain folders/files?