-
Notifications
You must be signed in to change notification settings - Fork 270
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: new java format dependencies and linter fix #768
Conversation
Warning: This pull request is touching the following templated files:
|
.github/workflows/ci.yaml
Outdated
@@ -9,7 +9,7 @@ jobs: | |||
runs-on: ubuntu-latest | |||
strategy: | |||
matrix: | |||
java: [7, 8, 11] | |||
java: [8, 11] |
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.
FYI. Java client libraries check java 8, 11 and 17.
Owlbot check is failing because owlbot image has changed to |
<dependency> | ||
<groupId>com.google.auto.value</groupId> | ||
<artifactId>${project.auto-value-annotations.version}</artifactId> | ||
<version>1.8.2</version> |
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.
Shouldn't this be ${project.auto-service-annotations.version}
?
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.
Actually, the whole thing seems wrong. I'm surprised this doesn't fail.
The dependencies were added in #768. Obviously, `artifactId`s are wrong.
This fixes three current build issues due to version updates: