-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow easy pass-through of other recommendations. #19
Comments
It looks like |
|
|
For others who may want to be doing something similar and possibly as a foundation for implementing this functionality directly in the plugin, the following is what I did:
|
slight simplification:
|
We would like to be able easily to pass through other recommendations BOM, something like:
where
netflix.grpc:netflix-grpc-recommendations:latest.release@pom
is the other recommendations BOM to be passed through. This can be done with some logic in thebuild.gradle
file. It would be more readable and less complex to the maintainer of that file if that logic were abstracted away and hidden within the recommendations plugin itself.The text was updated successfully, but these errors were encountered: