-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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 Gradle support for the Social login #2174
Comments
Yes sorry I totally forget to make the Gradle build. |
@atomfrede I am really sorry, I try to understand with mapstruct example but I don't know how Gradle work. This what we need to import for the social functionality (maven):
and this is the yo variable: Can you help me? |
For properties, those go in app/templates/_gradle.properties. For example
For dependencies, those go in app/templates/_build.gradle, starting on line 93.
|
@mraible you're absolutly right 👍 See here: https://gist.github.com/atomfrede/d9f9f3f4115da1301152 |
Thank you guys! |
@moifort Can I assign this issue to you? You can integrate into your PR directly I guess. |
@atomfrede can you check if my modification is good? |
Looks good to me. Thanks! |
Thank you! |
As @moifort added some conf in the pom.xml for feature #2155 they need to be copied to the Gradle build.
See https://github.com/jhipster/generator-jhipster/pull/2155/files
@atomfrede @moifort can you work together to solve this?
I'm currently merging #2155 it shouldn't be long!
The text was updated successfully, but these errors were encountered: