You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: