-
Notifications
You must be signed in to change notification settings - Fork 20
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
NoSuchMethodError for getSigningConfig() when running migrateToBazel #12
Comments
I am assuming your project is using AGP 7? you could try using grazel version |
Thanks! That got me further. Now I'm seeing the following error:
I'm running bazel 5.1.1 but it wasn't installed using bazelisk. |
In one of the recent releases Grazel had a hard dependency on You can disable artifact pinning by setting it to false in the configuration block as shown here. https://grab.github.io/Grazel/grazel_extension/#maven-install We will take it a point to improve tooling detection to prevent this from happening. |
Got the following exception when running
./gradlew migrateToBazel
against a multi-module Android project:The text was updated successfully, but these errors were encountered: