SDK build error

am trying to run a module using the sdk but am get this error below…

ntToWebInf.java:[51,36] lambda expressions are not supported in -source 1.7 [ERROR] (use -source 8 or higher to enable lambda expressions)

yet am already using java 1.8 in my project. how can i solve that. thx

In your pom file, change the source to 1.8

thx dan, but the source is already 1.8, i hope by source we mean the compiler jre

Is your module somewhere like in a public github repository for us to take a look?

Hi @mozzy

Check this SDK build discussion here it might help in your situation.

SDK Installation failure … See link here

Cheers

GGomez

its actualyy the UI module