-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle configuration does not generate classes #338
Comments
Thank you for collaborating with the project by giving us feedback! Cheers! |
slin86
changed the title
Gradle configuration
Gradle configuration does not generate classes
Apr 15, 2024
I think, this could be closed |
@slin86 hello :) |
Hey @JerryngtonD , For example:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are trying to get this plugin to run with gradle. We have an ASYNC Api definition and want to generate the Api. However, only the "generated-source" folder is created, but no classes are created. In addition, no error is output.
We have already been able to generate code with Maven, so we assume that our asyncapi.yml should be correct. We have also tried the yaml file from the test folder of the project, but here too the folder remains empty.
At root level, the configuration looks like this:
The text was updated successfully, but these errors were encountered: