-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
Added snippet to play video using javaFX #141
Added snippet to play video using javaFX #141
Conversation
Signed-off-by: Rohit Patel <[email protected]>
Signed-off-by: Rohit Patel <[email protected]>
Signed-off-by: Rohit Patel <[email protected]>
…1122/30-seconds-of-java into feat/media/play-video
Signed-off-by: Rohit Patel <[email protected]>
Signed-off-by: Rohit Patel <[email protected]>
@iluwatar Build for some reason is taking long time to finish. Kindly review |
Please resolve the conflicts @RohitPatel1122 |
Signed-off-by: Rohit Patel <[email protected]>
With the new code, our CI seems to hang. Need to figure out what to do with that... |
Signed-off-by: Rohit Patel <[email protected]>
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
I think the code looks good, but we need to make the CI build pass. I tried to add JavaFX support in #158. Could you rebase this branch on top of |
… into feat/media/play-video � Conflicts: � README.md � build.gradle
Signed-off-by: Rohit Patel <[email protected]>
I have resolved the merge conflicts. But not sure, for what reason the build is failing. Kindly look into it. |
I needed to revert the CI change since it didn't work. Do you have any suggestions how to make Github Actions work with JavaFX? |
Signed-off-by: Rohit Patel <[email protected]>
Signed-off-by: Rohit Patel <[email protected]>
What I understand is, Eclipse distribution We need to find way to install javaFX seperatly |
Signed-off-by: Rohit Patel <[email protected]>
Update gradle-pr-builder.yml
…-of-java into feat/media/play-video
Signed-off-by: Rohit Patel <[email protected]>
…-of-java into feat/media/play-video
…-of-java into feat/media/play-video
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Closed due to inactivity. Thank you for your contributions. |
Fix #109