-
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
feat: parent pom and gapic-generator-java-bom #1170
Conversation
suztomo
commented
Dec 20, 2022
•
edited
Loading
edited
- gapic-generator-java-pom-parent: the parent pom of all modules.
- gapic-generator-java-bom: the BOM for the artifacts produced by this repository.
- modules in gax-java and api-common to have SNAPSHOT versions.
gax:2.20.1:2.20.1 | ||
gax-bom:2.20.1:2.20.1 |
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've replaced gax-bom's occurrences with gax in Release Please annotations.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
run: mvn -B -ntp --projects '!.' fmt:check |
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.
With this PR, gapic-generator-java alone does not work. So running the fmt:check plugin from the root.