-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Gradle compileSolidity error #36
Comments
Hi, which code are you compiling? Master branch builds OK. |
Version 4.8.4. Doesn't this look wrong? Getter/setter needs to match field name. They're missing the "s". |
Yes they should be by convention, but is it giving you an error? |
Yes, it gives me the error that I posted above. I think it's not just convention, but gradle looks for getter/setter by name like this. |
@larpras I just built the project locally on master branch and it works. Please can you paste your build command and the complete output? Thanks. |
It's just Longer form of the error:
|
Could you try with the project version of Gradle? Is possible that the new one enforces this naming. |
Fixed in release 0.3.2. |
Getting this error:
The getter and setters in that class are missing the "s".
The text was updated successfully, but these errors were encountered: