-
Notifications
You must be signed in to change notification settings - Fork 11
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
Example of using plugin with micronaut-data #9
Comments
Actually I made it a little further by tweaking the dependency import.
So project is now importing but I get an issue with the
Then if I disable the internal docs plugin I end up seemingly at a dead end...
|
I think the problem is that Micronaut has project names which do not match the project GAV coordinates. Can you try with:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey
I was hoping you might be able to point me in the right direction of how to use this plugin with
micronuat-data
.I have a small sample project and I am trying to pull a fork I have created to fix a bug into a local sample project.
Fork with PR fix - https://github.com/zsiegel/micronaut-data/tree/r2dbc-fix-postgres-uuid
My
settings.gradle.kts
has the following.and then I am trying to just pull in a single dependency into the project to ensure I can download the dep. In
build.gradle.kts
I have the following...implementation("io.micronaut.data:micronaut-data-r2dbc:3.1.3-SNAPSHOT")
I always seem to get a private key error even though I have tripled checked the path to my public key and confirmed I am using it to communicate with GitHub. I have also tried locally cloning and using the local checkout method. The strange thing is if I comment OUT the
authentication {}
block above the build seems to be stuck on that error forever.Any ideas? Thanks for this plugin very excited for it to help me get more involved in the Micronaut community,
The text was updated successfully, but these errors were encountered: