Baeldung/spring-security-oauth

Build failure message

Jayanta0123 opened this issue · 2 comments

image

Hi guys,

I have been getting the above build failure message when I'm doing a "mvn clean install" from native maven-window (command-prompt). Anyone faced and overcame this kind of issue?

Please tell us how.

My maven version is Apache Maven 3.5

lor6 commented

Hi @Jayanta0123 This is referring to the Java version; the module uses Java 13, so you'll need to run it with JDK 13 or above.

Alternatively, you could change the Java version from <java.version>13</java.version> to the version you're using wherever it appears, though I can't guarantee the code is fully compatible with other lower versions.

Thanks @lor6 , Able to resolve it with JDK-8.