-
Notifications
You must be signed in to change notification settings - Fork 26
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
Got java.lang.NoSuchMethodError when running ./closeAndReleaseRepository #204
Comments
Gradle 7? |
I use Gradle 4.9.0 |
Do you use Groovy-based configuration ( |
I use Groovy based configuration ( |
In #188, the network library has been changed to okhttp 4, which under the hood uses Kotlin. Gradle 4.9 is quite old and I suspect it might provide older Kotlin version which affects the execution. You could:
|
Gradle 5.0 fix the issue! Thanks @szpak |
Hi guys,
I'm getting this error when I try to run
./closeAndReleaseRepository
both in my local machine and also my CD machine.I'm not really sure what is this error about. Can someone help me?
The text was updated successfully, but these errors were encountered: