-
Notifications
You must be signed in to change notification settings - Fork 252
fix: resolve gf-connect is not published #645
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
fix: resolve gf-connect is not published #645
Conversation
Thanks @Kimahriman for the suggestion! I tried |
IMO it would be cleaner to just have |
Co-authored-by: Adam Binford <adamq43@gmail.com>
Co-authored-by: Adam Binford <adamq43@gmail.com>
One last other thing I noticed. The Spark 3 build is built with Java 11, but Spark 3 does support Java 8 so the released artifacts should be built with Java 8 |
Co-authored-by: Adam Binford <adamq43@gmail.com>
And again thanks a lot @Kimahriman ! Your experience is helping a lot to GraphFarmes to become better!! |
I will update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, looks like core got left out previously?
Oh wait, CI failed... |
Co-authored-by: Adam Binford <adamq43@gmail.com>
@Kimahriman resolved the puzzle (see comments in the issue). Mostly it was my fault, I was needed to refactor it to the right multi-project sbt layout when I introduced connect. |
What changes were proposed in this pull request?
Refactoring according the comment
Why are the changes needed?
Close #639