I know there is another closed issue #5 with exacly the same title and some proposed solutions. I have managed to solve this issue by combining those proposals but, since I have updated from 2.2.3 -> 2.5.0 I deal with a new issue. The problem now is that only one's schemas generated classes remain in the output package. It is like the missing one is generated but be deleted after that.
I know there is another closed issue #5 with exacly the same title and some proposed solutions. I have managed to solve this issue by combining those proposals but, since I have updated from 2.2.3 -> 2.5.0 I deal with a new issue. The problem now is that only one's schemas generated classes remain in the output package. It is like the missing one is generated but be deleted after that.
-My project gradle build files looks like this:
... gen-schema-v1.gradle gen-schema-v2.gradle build.gradle settings.gradle
-My build.gradle related schema-gen tasks look like this:
-My gen-schema-v1.gradle looks like this:
-My gen-schema-v2.gradle looks like this: