stripe / stripe-java

Java library for the Stripe API.
https://stripe.com
MIT License
825 stars 360 forks source link

v28.1.0 release failure #1927

Closed mbb7848 closed 4 days ago

mbb7848 commented 4 days ago

Describe the bug

I have to update API version to 2024-11-20.acacia. But gradlew build failed to resolve the package. After lots of investigation, just found that the release of v28.1.0 failed. Could you fix it ASAP.

https://github.com/stripe/stripe-java/actions/runs/11943592352

To Reproduce

gradlew build

Expected behavior

Build success

Code snippets

No response

OS

Ubuntu

Java version

Java 17

stripe-java version

v28.1.0

API version

2024-11-20.acacia

Additional context

No response

xavdid-stripe commented 4 days ago

Sorry about that - it looks like the build (at least the code portion) has passed now. Can you try again?

mbb7848 commented 4 days ago

It works.