-
Notifications
You must be signed in to change notification settings - Fork 391
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
Fix nullable qualifier, and build #92
base: master
Are you sure you want to change the base?
Conversation
What do you mean by "emulators"? The |
I'm running a single emulator. I assumed it was that. Whatever the reason, if I run
I get
And if I fix
I can then continue with
whereupon I get
unless I apply the patch. |
@kvafy If I change CURRENT_VERSION from So nothing to do with my emulator, just that Auto_Value hasn't been told that 'qualifier' is allowed to be null. Or something like that. |
965007a
to
7e6ac8b
Compare
I suspect a difference in the regexp parser. @sleekweasel What environment are you running on? OS, JDK version, ... |
I'm on $ java -version I've changed the patch to just updating the versions as you suggested, and tweaking the 'shadow' declaration to use auto-value-annotations instead of just auto-value, which didn't work for me. |
The tool had a NPE because it didn't like my emulators. I also had to change gradle.properties so it would build for me.