Hi Abhishek, It looks like you might be trying to build Storm with a Java version older than 8. If you run "mvn -X" it should show you the Java version it's using. It needs to be something like this: "Java version: 1.8.0_73". If you need to build Storm for Java 7, please build from the 1.x-branch branch.
2016-12-11 7:58 GMT+01:00 Abhishek Raj <[email protected]>: > Hello. I am not able to build storm from source. When I run > > > > "mvn clean package -Dmaven.test.skip=true", > > > I get > > [INFO] maven-shade-clojure-transformer .................... FAILURE > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-compiler-plugin:3.1:compile > > (default-compile) on project maven-shade-clojure-transformer: Fatal > error > > compiling: invalid target release: 1.8 > > > Can someone help? > > Thanks, > Abhishek >
