You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to build the latest java client with java8 (With java7 everything works well.), I've got the following error:
[ERROR] Failed to execute goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.9:check (default) on project riak-client: Execution default of goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.9:check failed. IllegalArgumentException -> [Help 1]
code was successfully compiled, but signature check has failed.
Most likely this error is caused by the incomtability of animal-sniffer plugin with java8
Here is java version i've used:
java -version
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
When I tried to build the latest java client with java8 (With java7 everything works well.), I've got the following error:
code was successfully compiled, but signature check has failed.
Most likely this error is caused by the incomtability of animal-sniffer plugin with java8
Here is java version i've used: