-
Notifications
You must be signed in to change notification settings - Fork 65
test: validation for gapic-generator-java-bom #1629
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
.github/workflows/ci.yaml
Outdated
mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip | ||
- name: Validate gapic-generator-java-bom | ||
# Replace bom-canary-project with main once the pull request is merged | ||
uses: googleapis/java-cloud-bom/tests/validate-bom@bom-canary-project |
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.
Todo before merge: To replace this to "main".
gapic-generator-java-bom/pom.xml
Outdated
@@ -111,8 +111,13 @@ | |||
<artifactId>grpc-google-iam-v2beta</artifactId> | |||
<version>1.11.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2beta:current} --> | |||
</dependency> | |||
<dependency> | |||
<groupId>foocom.google.api.grpc</groupId> |
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.
[gapic-generator-java-root] Kudos, SonarCloud Quality Gate passed! |
[java_showcase_integration_tests] Kudos, SonarCloud Quality Gate passed! |
[java_showcase_unit_tests] Kudos, SonarCloud Quality Gate passed! |
Part of googleapis/java-cloud-bom#5922.