When trying to migrate my Android project from Gradle 7 to 8 I'm stumbling upon this:
Unable to find method ''void org.gradle.api.tasks.bundling.Zip.setArchiveName(java.lang.String)'' 'void org.gradle.api.tasks.bundling.Zip.setArchiveName(java.lang.String)'
It turns out that in github https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin has been set to read-only:
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
So my question is: how should I proceed with migration to Gradle 8? Are there plans to provide updates to the endpoints-framework-gradle-plugin
?