-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Update SendGrid Sample due to library changes #1259
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
Conversation
appengine-java8/sendgrid/pom.xml
Outdated
@@ -1,5 +1,5 @@ | |||
<!-- | |||
Copyright 2015 Google Inc. | |||
Copyright 2018 Google Inc. |
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.
If updating the copyright, please also change Inc.
to LLC
(in other files as well)
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.
done.
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.
Kokoro is set to look for Google Inc. not Google LLC.
Ah, I see that broke a checkstyle check - this should be fixed by updating shared-configuration to 1.0.10. |
No description provided.