Skip to content
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

Compilation failure #18

Open
ghost opened this issue Nov 28, 2021 · 2 comments
Open

Compilation failure #18

ghost opened this issue Nov 28, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 28, 2021

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project solanaj: Compilation failure
[ERROR] /home/*********/java/solanaj/src/test/java/org/p2p/solanaj/core/MessageTest.java:[23,29] incompatible types: org.p2p.solanaj.core.Account cannot be converted to org.p2p.solanaj.core.PublicKey
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

@deanpeterson
Copy link

deanpeterson commented Dec 19, 2021

Just have to change line 23 in MessageTest to send the from public key rather than the account object.

@ghost
Copy link
Author

ghost commented Apr 26, 2022

need precompilled jar files shaded with all depends in releases section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant