-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I wanted to report an issue with https://github.com/thebignet/swagger-codegen-gradle-plugin-example but I see no "Issues" tab there. Is there a reason for it?
For now, I'll describe my issue with the example here but I'll be happy to create it there once it's possible.
Firstly, if I clone the example and run gradle build, it fails because the test contained within fails. I personally don't really care about the test, so I commented it out; then the build succeeds.
Secondly, and that's more important to me, this creates swagger-codegen-gradle-plugin-example.jar but the file is virtually empty (it only contains Manifest). The generated and compiled classes are not contained within it. This means I can't use this JAR as a dependency for other modules.