-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add ksp example project #663
Conversation
I'm not sure if it's possible to reference the version build variables from pom in the parent maven project here since this is essentially a standalone gradle project. |
If possible i think this project should be added to the build pipeline to ensure we avoid problems like "but it worked on my machine" |
Now we need to run it, similarly to quarkus native example:
You would need to export from maven and import on gradle https://www.mojohaus.org/properties-maven-plugin/write-project-properties-mojo.html |
I'm making some progress here. I was not able to find property for current version (6.9-SNAPSHOT) Next step now is to create a build script, i may need some assistance on that. I think essentially the flow would be
I don't know where i would put this script file or how i would structure it. |
5f9998b
to
87877e1
Compare
Signed-off-by: Marvin Froeder <[email protected]>
@IceBlizz6 do you think is there anything else we should add to output that might be helpful? |
Also, feel free to add yourself to the contributors list |
Can't think of anything, the output indicates that it's running through all the expected steps so it seems fine.
Thanks, i think i will do that later. Another important thing: You mentioned that you wanted to release next version after this example. I can make a PR for those changes later today. |
Sure, we can delay for another week or so if needed |
No description provided.