-
Notifications
You must be signed in to change notification settings - Fork 692
Use Google Cloud Platform Libraries BOM #2109
Comments
Trying to create a PR. |
Initial attempt failed: https://gist.github.com/suztomo/661e80e1c371a1aa0c3b5ae6f9c06a65 . There seems to be missing element between CC: @elharo @meltsufin . |
The same error occurs for |
Locally installing the I'll revisit this issue once libraries-bom incorporates |
Update. I'll figure out this compilation failure:
|
@elefeint Thank you! Next step: /~https://github.com/suztomo/spring-cloud-gcp/tree/libraries-bom |
This @elefeint Do you happen to know how to debug this problem? /~https://github.com/suztomo/spring-cloud-gcp/tree/libraries-bom ? |
This seems not specific to the change. Probably problem in my MacBook. Running tests in my Linux. |
The tests pass in my Linux. |
Google Cloud Platform Libraries BOM helps to align the library versions. This will help to prevent unwanted runtime errors such as
NoSuchMethodError
.Describe the solution you'd like
Gradle version 5 or newer can use a BOM.For Maven,
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
List of Maven artifacts covered by the BOM: https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/snapshot/artifact_details.html
The text was updated successfully, but these errors were encountered: