-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Migrating to refreshVersions breaks the build #442
Comments
I see this happening on a brand new project with basically nothing in it. This looks like a regression on |
@CDRussell What is the type of project you created, with which IDE and which version if created from a wizard? |
Created a new Android project using IntelliJ. Think I chose not to create any Activity from the wizard in case that is significant. Then added the 0.21.0 plug-in and tried to run migration and I get that error message. Changing to 0.20.0 made that error go away. |
Here's the stacktrace that shows where the problem originates:
|
Hello, first I want to apologize for taking this long to start looking into the issue. I also want to let you know that in case there's an exception triggered by refreshVersions, it's always helpful to share the stacktrace, as I can glance at it, even if I don't have a laptop/desktop around, ready to dive in (I look at issues a lot from the Android app). So, I found the culprit, and I'm fixing it now, stay tuned for the hotfix release. |
The version |
🐛 Describe the bug
Migrating my project to refreshVersions breaks the build
💣 Steps to reproduce
gradle refreshVersionsMigrate
gradle build
.Then the build fails with
📱 Tech info
The text was updated successfully, but these errors were encountered: