-
Notifications
You must be signed in to change notification settings - Fork 53
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
Java: Move ExamplesApp to examples folder #1908
Java: Move ExamplesApp to examples folder #1908
Conversation
Signed-off-by: Andrew Carbonetto <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
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.
Make sure to add error handling to the example
This will come in a follow-up PR. This PR is just to move away from the client gradle project and allow users to download from Maven. |
Signed-off-by: Andrew Carbonetto <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
@@ -155,6 +155,46 @@ Some troubleshooting issues: | |||
- If build fails because of rust compiler fails, make sure submodules are updated using `git submodule update`. | |||
- If protobuf 26.0 or earlier is detected, upgrade to the latest protobuf release. | |||
|
|||
## Running Examples App |
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.
Wouldn't this be useful for users of GLIDE to know? I feel like this is less DEVELOPER.MD material and more README.MD material. I put instructions for running the Scala and Kotlin examples in the README in my PR for that reason, but even if you disagree, I think we should be aligned at the very least.
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.
I will like to the examples/java/README.md from the jave/README.md and give a short blurb. You are correct that it would be useful to have.
But this level of detail (publishing to local maven) is not necessary in the README.md
Signed-off-by: Andrew Carbonetto <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
* Java: Move ExamplesApp to examples folder Signed-off-by: Andrew Carbonetto <[email protected]> * Update gradle build to send version Signed-off-by: Andrew Carbonetto <[email protected]> * Fix comment Signed-off-by: Andrew Carbonetto <[email protected]> * Update build artefact names Signed-off-by: Andrew Carbonetto <[email protected]> * Update build.gradle to allow for custom classifier Signed-off-by: Andrew Carbonetto <[email protected]> * Update examples with osdetector Signed-off-by: Andrew Carbonetto <[email protected]> * Update build for review comments Signed-off-by: Andrew Carbonetto <[email protected]> * Remove unnecessary dependencies in the java example Signed-off-by: Andrew Carbonetto <[email protected]> * Clean up links in readme Signed-off-by: Andrew Carbonetto <[email protected]> --------- Signed-off-by: Andrew Carbonetto <[email protected]>
No description provided.